Move config into hosts folder

This commit is contained in:
BuyMyMojo 2025-04-01 08:16:59 +11:00
parent f0ba2200e8
commit 8ddd026085
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
5 changed files with 2 additions and 27 deletions

View file

@ -47,8 +47,8 @@
};
modules = [
./universal.nix
./configuration.nix
./services.nix
./hosts/nixos/configuration.nix
./hosts/nixos/services.nix
];
};
@ -69,7 +69,6 @@
};
modules = [
./universal.nix
./services.nix
];
};