Automatic garbage collection
This commit is contained in:
parent
d03913d61c
commit
3f058b5726
5 changed files with 6 additions and 6 deletions
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
odinBaseModules = [
|
||||
{ nixpkgs = nixpkgsSettings; }
|
||||
./nixos_modules/automatic-garbage-collection.nix
|
||||
./odin/hardware-configuration.nix
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
nixos-hardware.nixosModules.common-pc-laptop
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
|
||||
thorBaseModules = [
|
||||
{ nixpkgs = nixpkgsSettings; }
|
||||
./nixos_modules/automatic-garbage-collection.nix
|
||||
./thor/hardware-configuration.nix
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
|
@ -73,6 +75,7 @@
|
|||
|
||||
lokiBaseModules = [
|
||||
{ nixpkgs = nixpkgsSettings; }
|
||||
./nixos_modules/automatic-garbage-collection.nix
|
||||
./loki/hardware-configuration.nix
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue