updates dnsc-machine

This commit is contained in:
Dennis Schoepf 2026-02-25 19:13:11 +01:00
parent 9b1d082ca9
commit cfbeef3990
2 changed files with 4 additions and 0 deletions

View file

@ -76,6 +76,9 @@
services.udisks2.enable = true;
services.tuned.enable = true;
services.upower.enable = true;
services.udev.package = with pkgs; [
vial
];
system.stateVersion = "25.05";
}

View file

@ -53,5 +53,6 @@
nix-prefetch-github
dua
opencode
vial
];
}