rekey and disk for master-dns

This commit is contained in:
asyncnomi 2025-07-24 20:49:21 +02:00
parent 07322a9e9a
commit 0395c434d1
32 changed files with 1150 additions and 1068 deletions

View file

@ -628,11 +628,11 @@
dev = "ens18";
fileSystems."/" = {
device = "";
device = "/dev/disk/by-uuid/3d3529ea-190a-4305-8d7f-b6c08b346e02";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "";
device = "/dev/disk/by-uuid/BC01-39E3";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};