nixos: adjust services for updated nixpkgs

This commit is contained in:
2026-04-27 11:21:37 -07:00
parent 3966f7acda
commit 89bfcba9fe
4 changed files with 6 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
networking.hostName = "ryzen-shine";
environment.systemPackages = with pkgs; [
linuxPackages_latest.perf
perf
];
boot.initrd.systemd.enable = true;