2026-04-06T15:23:04+00:00

This commit is contained in:
2026-04-06 15:23:04 +00:00
parent 0b9a3d17f3
commit 684705dc02
+5
View File
@@ -8,6 +8,11 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
nix.settings = {
trusted-users = [ "root" "kalle" ];
allowed-users = [ "root" "kalle" ];
};
fileSystems."/" = {
device = "/dev/vda1";
fsType = "ext4";