Improve nixos-rebuild with nix-helper

This commit is contained in:
SebastianStork 2024-03-18 14:09:13 +01:00
parent 7adfa40f4d
commit d5729dc447
7 changed files with 70 additions and 5 deletions

View file

@ -6,6 +6,8 @@
networking.hostName = "dell-laptop";
environment.sessionVariables.FLAKE = "/home/seb/Projects/nixos/my-config";
myConfig = {
boot-loader.systemd-boot.enable = true;
@ -24,6 +26,7 @@
sops.enable = true;
auto-cpufreq.enable = true;
doas.enable = false;
nix-helper.enable = true;
};
boot.kernelPackages = pkgs.linuxPackages_latest;