chore: remove deoxys VM server from configuration files
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
programs.nixvim =
|
||||
{
|
||||
enable = true;
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
// (import ./../../neovim {inherit pkgs;});
|
||||
}
|
||||
|
||||
@@ -15,11 +15,6 @@
|
||||
user = "git";
|
||||
host = "github.com";
|
||||
};
|
||||
deoxys = {
|
||||
user = "servius";
|
||||
hostname = "deoxys";
|
||||
forwardAgent = true;
|
||||
};
|
||||
mirai = {
|
||||
user = "fs0c131y";
|
||||
hostname = "sh.darksailor.dev";
|
||||
|
||||
Reference in New Issue
Block a user