add user ronja to pc3

This commit is contained in:
Vinzenz Schroeter 2023-09-02 15:18:05 +02:00
parent 6984b3ff69
commit ae956898d9
4 changed files with 130 additions and 10 deletions

View file

@ -20,15 +20,17 @@
loader.efi.efiSysMountPoint = "/boot/efi";
};
fileSystems."/" = {
device = "/dev/disk/by-uuid/34cb86c4-8823-4785-9672-92ef0bcd5eaf";
fsType = "btrfs";
options = ["subvol=@"];
};
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/34cb86c4-8823-4785-9672-92ef0bcd5eaf";
fsType = "btrfs";
options = ["subvol=@"];
};
fileSystems."/boot/efi" = {
device = "/dev/disk/by-uuid/2381-1CD2";
fsType = "vfat";
"/boot/efi" = {
device = "/dev/disk/by-uuid/2381-1CD2";
fsType = "vfat";
};
};
swapDevices = [