mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Now using nh
This commit is contained in:
@@ -4,14 +4,6 @@
|
||||
./fonts.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 1w";
|
||||
};
|
||||
|
||||
nix.optimise.automatic = true;
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
||||
# Select internationalisation properties.
|
||||
|
||||
@@ -62,4 +62,9 @@
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
} else {};
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user