vergil: update hardware configuration
This commit is contained in:
@@ -31,24 +31,12 @@
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
"/home" = {
|
||||
device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=home" ];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
device = "/dev/disk/by-uuid/bd90d419-2a40-4794-9bcb-2fc9adb92435";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=nix" ];
|
||||
device = "/dev/disk/by-uuid/05376a0d-18d1-4e7b-8f75-fe052a5636ac";
|
||||
fsType = "xfs";
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/EB35-0126";
|
||||
device = "/dev/disk/by-uuid/631D-23D2";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"fmask=0077"
|
||||
@@ -59,7 +47,7 @@
|
||||
"/mnt" = {
|
||||
device = "/dev/disk/by-uuid/1432aeae-71e9-4f34-97dc-cf0fe74a4e00";
|
||||
fsType = "xfs";
|
||||
options = [
|
||||
options = [
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.after=mount-vm-disk.service"
|
||||
|
||||
Reference in New Issue
Block a user