We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b423ee commit 608bf28Copy full SHA for 608bf28
hosts/mitama/hardware.nix
@@ -20,12 +20,13 @@
20
21
fileSystems = {
22
"/" = {
23
- device = "/dev/disk/by-uuid/66b29ea1-e3d5-4e5f-b0e9-298b3ea7c10f";
+ device = "/dev/disk/by-uuid/fe7d20c8-68b5-4157-a479-5851867d2a91";
24
fsType = "ext4";
25
};
26
"/boot" = {
27
- device = "/dev/disk/by-uuid/7F03-29CB";
+ device = "/dev/disk/by-uuid/6EF6-D17B";
28
fsType = "vfat";
29
+ options = ["fmask=0022" "dmask=0022"];
30
31
"/media" = {
32
device = "/dev/disk/by-uuid/49f1f992-311a-4dbd-b48e-46f132eccea2";
@@ -34,7 +35,7 @@
34
35
36
37
swapDevices = [
- {device = "/dev/disk/by-uuid/4fe823eb-9f5d-4f1d-b412-75c21c2ea0e6";}
38
+ {device = "/dev/disk/by-uuid/ce3c1f2b-a47e-4302-8794-7064418f0b76";}
39
];
40
41
networking.useDHCP = lib.mkDefault true;
0 commit comments