organize modules

This commit is contained in:
Satria 2026-02-07 13:44:48 +07:00
commit d0d4bf9ddb
21 changed files with 54 additions and 69 deletions

View file

@ -1,8 +1,8 @@
{ hostname, timezone, ... }: {
system.stateVersion = "24.11";
imports = [
./utilities.nix
./nix-conf.nix
./misc/utilities.nix
./misc/nix-conf.nix
];
networking.hostName = "${hostname}";
@ -11,4 +11,4 @@
openssh.enable = true;
tailscale.enable = true;
};
}
}