From 7106852a9a583d032ae094fb7db0fa5e319452c4 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 26 Jul 2024 03:31:00 -0700 Subject: [PATCH] snowhawk: mount archive part --- hosts/snowhawk/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index 7142354..2221d5a 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -23,6 +23,11 @@ fsType = "ext4"; }; + fileSystems."/archive" = { + device = "/dev/disk/by-uuid/d5a23b72-9982-49ab-a3a6-c297c0537cba"; + fsType = "ext4"; + }; + # Enable OpenGL hardware.graphics = { enable = true;