diff --git a/nixos/desktop-hardware-configuration.nix b/nixos/desktop-hardware-configuration.nix index 06b2a8d..f7db76c 100644 --- a/nixos/desktop-hardware-configuration.nix +++ b/nixos/desktop-hardware-configuration.nix @@ -20,6 +20,18 @@ fsType = "ext4"; }; + fileSystems."/mnt/1" = + { + device = "/dev/disk/by-uuid/8ceed88b-8e66-403e-a0f3-16907c228c6b"; + fsType = "ext4"; + }; + + fileSystems."/mnt/2" = + { + device = "/dev/disk/by-uuid/070623af-08eb-4496-b16b-018063336b0a"; + fsType = "ext4"; + }; + fileSystems."/boot/efi" = { device = "/dev/disk/by-uuid/2027-FC69"; diff --git a/nixos/desktop.nix b/nixos/desktop.nix index d37c95b..bf8c841 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -82,6 +82,7 @@ tailscale os-prober usbutils # steam client logs complain about lsusb + kdiskmark ]; networking.firewall = {