Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-05 11:56:09 +08:00
parent fbb0086e1d
commit 32acb2dfd7
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
modules = [ modules = [
./nixosModules/base.nix ./nixosModules/base.nix
./hosts/greynix/configuration.nix ./hosts/greynix/configuration.nix
./nixosModules/docker.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {

View file

@ -9,4 +9,5 @@
autoPrune = { autoPrune = {
enable = true; enable = true;
}; };
};
} }