Import system from flake using defaults, not each system

This commit is contained in:
Bun 2025-06-04 17:17:54 -04:00
parent 7667ef9a1b
commit 4848f2bbc9
10 changed files with 3 additions and 18 deletions

View file

@ -67,6 +67,9 @@
nodeNixpkgs.jupiter = import unstable { system = "x86_64-linux"; };
};
# Import the default config to all hosts
defaults.imports = [ ./modules/system ];
# Desktops
tower.imports = [ ./hosts/tower ];
#detritus.imports = [ ./hosts/detritus ];