added GC to katana.
This commit is contained in:
parent
f4f4f3c569
commit
e6afe01bce
1 changed files with 7 additions and 1 deletions
|
|
@ -19,7 +19,13 @@
|
||||||
# Prevent tampering of the pkgstore
|
# Prevent tampering of the pkgstore
|
||||||
readOnlyNixStore = true;
|
readOnlyNixStore = true;
|
||||||
};
|
};
|
||||||
|
nix = {
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 7d";
|
||||||
|
};
|
||||||
|
};
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/55c746b3-b9dc-4c9b-ab56-de68a561f9a3";
|
device = "/dev/disk/by-uuid/55c746b3-b9dc-4c9b-ab56-de68a561f9a3";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue