Import system from flake using defaults, not each system
This commit is contained in:
parent
7667ef9a1b
commit
4848f2bbc9
10 changed files with 3 additions and 18 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue