diff options
| author | Grigory Shipunov | 2023-06-17 15:30:55 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-06-17 15:30:55 +0200 |
| commit | a6f9e5f16e56b05b0a646363d334385b036d34a2 (patch) | |
| tree | 6c5309288afe19c4a5425f84858dba7ad0183f64 | |
| parent | 0f8f1a7843a7ee88ca628b745218950a0fdfbdd4 (diff) | |
new uuid
| -rw-r--r-- | hosts/noctilucent/hardware-configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/noctilucent/hardware-configuration.nix b/hosts/noctilucent/hardware-configuration.nix index 479f1f5..8c35b3c 100644 --- a/hosts/noctilucent/hardware-configuration.nix +++ b/hosts/noctilucent/hardware-configuration.nix @@ -6,11 +6,11 @@ boot.initrd.kernelModules = [ "nvme" ]; fileSystems."/" = { - device = "/dev/disk/by-uuid/627952eb-107a-43c3-8223-bfea9af92837"; + device = "/dev/disk/by-uuid/e9356185-9812-4873-8822-13c8aef59948"; fsType = "ext4"; }; fileSystems."/boot" = { - device = "dev/disk/by-uuid/5CA6-CCE4"; + device = "dev/disk/by-uuid/6F78-D438"; fsType = "vfat"; }; |
