import default.nix
This commit is contained in:
parent
a69380665e
commit
5b0814a8d7
2 changed files with 7 additions and 2 deletions
|
@ -6,10 +6,9 @@
|
|||
imports = [
|
||||
./hosts
|
||||
./overlays
|
||||
./modules
|
||||
./hosts/deploy.nix
|
||||
./home/profiles
|
||||
./modules/pre-commit.nix
|
||||
./modules/topology.nix
|
||||
];
|
||||
systems = ["x86_64-linux"];
|
||||
perSystem = {
|
||||
|
|
6
modules/default.nix
Normal file
6
modules/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./pre-commit.nix
|
||||
./topology.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue