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 = [
|
imports = [
|
||||||
./hosts
|
./hosts
|
||||||
./overlays
|
./overlays
|
||||||
|
./modules
|
||||||
./hosts/deploy.nix
|
./hosts/deploy.nix
|
||||||
./home/profiles
|
./home/profiles
|
||||||
./modules/pre-commit.nix
|
|
||||||
./modules/topology.nix
|
|
||||||
];
|
];
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux"];
|
||||||
perSystem = {
|
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
Add a link
Reference in a new issue