Enable nix-helper

This commit is contained in:
SebastianStork 2024-04-10 20:36:49 +02:00
parent e35c1942a3
commit 00d6f9941c
6 changed files with 40 additions and 0 deletions

View file

@ -25,6 +25,7 @@
sops.enable = true;
printing.enable = true;
syncthing.enable = true;
nix-helper.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;