forked from foxora/nix
omg thank u butterfly for helping me get arcturus added to my config :3
This commit is contained in:
parent
efb35f75d4
commit
1ffaf0fb2b
3 changed files with 168 additions and 0 deletions
9
snow.nix
9
snow.nix
|
|
@ -14,6 +14,15 @@ cerulean.mkNexus ./. (self: {
|
|||
sddm-silent.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
arcturus = {
|
||||
system = "x86_64-linux";
|
||||
deploy.ssh = {
|
||||
host = "10.16.1.163";
|
||||
port = 2222;
|
||||
user = "foxora";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue