mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Improve nixos-rebuild with nix-helper
This commit is contained in:
parent
7adfa40f4d
commit
d5729dc447
7 changed files with 70 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue