refactor(sys): systemModules -> ooknet

This commit is contained in:
ooks-io 2024-05-26 17:41:49 +12:00
parent 63c39a89ed
commit 104df464f9
52 changed files with 69 additions and 69 deletions

View file

@ -9,7 +9,7 @@ in
./hardware-configuration.nix
];
systemModules.host = {
ooknet.host = {
name = "ooksdesk";
type = "desktop";
function = [ "workstation" "gaming" ];
@ -27,7 +27,7 @@ in
};
};
systemModules.networking.tailscale = {
ooknet.networking.tailscale = {
enable = true;
client = true;
};