Update NixOS config.
This commit is contained in:
parent
fbb0086e1d
commit
32acb2dfd7
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,4 +9,5 @@
|
||||||
autoPrune = {
|
autoPrune = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue