mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Switch garbage collection to nh
This commit is contained in:
parent
ee6393aa18
commit
55fc9b9f36
5 changed files with 22 additions and 23 deletions
|
|
@ -21,7 +21,6 @@
|
|||
bluetooth.enable = true;
|
||||
|
||||
sound.enable = true;
|
||||
auto-gc.enable = true;
|
||||
vm.qemu.enable = true;
|
||||
flatpak.enable = true;
|
||||
vpn.lgs.enable = true;
|
||||
|
|
@ -29,7 +28,10 @@
|
|||
sops.enable = true;
|
||||
printing.enable = true;
|
||||
syncthing.enable = true;
|
||||
nix-helper.enable = true;
|
||||
nix-helper = {
|
||||
enable = true;
|
||||
auto-gc.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue