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