This commit is contained in:
2026-07-12 08:20:56 -04:00
parent e0ec38d87d
commit 0f19a2b0b3
8 changed files with 70 additions and 88 deletions
+1 -9
View File
@@ -7,21 +7,13 @@
../../modules/network.nix
../../modules/ssh.nix
../../modules/wireguard.nix
../../modules/http-forwarding.nix
];
network.node = "vps";
networking.hostName = "vps";
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.root = import ../../home/root.nix;
};
programs.zsh.enable = true;
users.users.root.shell = pkgs.zsh;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "26.05";
}