aboutsummaryrefslogtreecommitdiff
path: root/nixos/hardware-configuration.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-11-30 12:56:28 +0300
committerspl3g <spleefer6@yandex.ru>2023-11-30 12:56:28 +0300
commitc4ca6029b870bd4b6a4c4c5552b809fa1c38a811 (patch)
treebc8fbc036136768a08749aab69f2a31a1a899d58 /nixos/hardware-configuration.nix
parent2fcdab89e98354f5a69cfe1c3dfa23e9d04f60b8 (diff)
some tweaks
Diffstat (limited to 'nixos/hardware-configuration.nix')
-rw-r--r--nixos/hardware-configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix
index 73472f8..d829fdb 100644
--- a/nixos/hardware-configuration.nix
+++ b/nixos/hardware-configuration.nix
@@ -14,17 +14,17 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
- { device = "/dev/disk/by-uuid/6a01c356-7ba4-4499-84be-d3f94af19c71";
+ { device = "/dev/disk/by-uuid/b4d5e165-3c5d-494f-b6f4-dad51c470f4b";
fsType = "ext4";
};
fileSystems."/boot" =
- { device = "/dev/disk/by-uuid/AFC7-387A";
+ { device = "/dev/disk/by-uuid/4075-1CD3";
fsType = "vfat";
};
swapDevices =
- [ { device = "/dev/disk/by-uuid/c52d36a0-3755-4407-a15c-1b021a12f32b"; }
+ [ { device = "/dev/disk/by-uuid/92692e2e-0394-4d43-b309-d0d650af1e21"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking