1
0
Fork 0
forked from foxora/nix

omg thank u butterfly for helping me get arcturus added to my config :3

This commit is contained in:
foxora 2026-02-15 08:37:27 +00:00
parent efb35f75d4
commit 1ffaf0fb2b
3 changed files with 168 additions and 0 deletions

View file

@ -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";
};
};
};
};
})