even more cleanup

This commit is contained in:
xunuwu 2025-01-12 16:16:47 +01:00
parent 88f9bd9dd7
commit 92679e4716
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
12 changed files with 172 additions and 464 deletions

View file

@ -1,11 +1,27 @@
{inputs, ...}: {
imports = [
inputs.hardware.nixosModules.common-cpu-intel
inputs.vpn-confinement.nixosModules.default
./hardware.nix
./newlab.nix
../../systemProfiles/secrets/default.nix
../../systemProfiles/secrets/hopper/default.nix
../../systemProfiles/core/security.nix
../../systemProfiles/core/locale.nix
../../systemProfiles/core/tools.nix
../../systemProfiles/core/ssh.nix
../../systemProfiles/core/deploy.nix
../../systemProfiles/nix/default.nix # TODO slim this down
../../systemProfiles/network/tailscale.nix
../../systemProfiles/network/avahi.nix
../../systemProfiles/network/networkd.nix
# ../../services/syncthing.nix # TODO make syncthing not rely on having "xun" user
];
networking.hostName = "hopper";