diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-12-27 01:01:52 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:57 +0300 |
| commit | ad4d39ffb686898955427a848e6c5d2aac21fe29 (patch) | |
| tree | 8a6d98a759e2f0ddff39fe4238a7512cdfe033ac /nixos/laptop/hardware-configuration.nix | |
| parent | 9ea1e4fca8763f75671ea55aa359d26985a6d35a (diff) | |
fix: fix swap naming
Diffstat (limited to 'nixos/laptop/hardware-configuration.nix')
| -rw-r--r-- | nixos/laptop/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/laptop/hardware-configuration.nix b/nixos/laptop/hardware-configuration.nix index 540582e..8426f67 100644 --- a/nixos/laptop/hardware-configuration.nix +++ b/nixos/laptop/hardware-configuration.nix @@ -24,7 +24,7 @@ }; swapDevices = - [ { device = "/dev/disk/by-uuid/f1217bb2-a665-41f1-b381-057aac378262"; } + [ { device = "/dev/disk/by-uuid/c3522ec8-ded5-475f-a02f-8484f4a23b39"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking |
