From 503a86b8584613e3d1aa90c7e96718f562e807f3 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 11 Feb 2024 11:16:44 +0100 Subject: [PATCH] change hardware conf --- hosts/nixos/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nixos/hardware-configuration.nix b/hosts/nixos/hardware-configuration.nix index 03637a5..3cf9604 100644 --- a/hosts/nixos/hardware-configuration.nix +++ b/hosts/nixos/hardware-configuration.nix @@ -14,17 +14,17 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/3b0939e4-dcf1-4020-a5c9-791691ccc2d7"; + { device = "/dev/disk/by-uuid/6b518d54-a144-42fe-b500-b6651038bbcc"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/8766-FD8A"; + { device = "/dev/disk/by-uuid/D1A5-9B92"; fsType = "vfat"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/74706e1f-5df2-42e6-821e-9b11530f7823"; } + [ { device = "/dev/disk/by-uuid/2d69abc2-3d44-481b-ada8-b436c2b9c8c2"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking