aboutsummaryrefslogtreecommitdiff
path: root/hardware-setups
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2025-09-16 22:10:50 +1200
committerDylan <boss@tehbox.org>2025-09-16 22:10:50 +1200
commit12f53416b8591fd9ee9569b40796f355c83f3ce7 (patch)
tree927880f8f47633b671534b2fc7a58c1749049433 /hardware-setups
parentd1395f9e6768551967f85128ccab19d12dec4c6f (diff)
downloadnixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.tar.gz
nixos-configuration-12f53416b8591fd9ee9569b40796f355c83f3ce7.zip
feat: added wireguard to server and client
Diffstat (limited to 'hardware-setups')
-rw-r--r--hardware-setups/tuf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware-setups/tuf.nix b/hardware-setups/tuf.nix
index a400a7d..0b0e135 100644
--- a/hardware-setups/tuf.nix
+++ b/hardware-setups/tuf.nix
@@ -25,6 +25,7 @@
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/9ef8fad1-08cb-4c7a-9db1-3a37097544b0";
fsType = "ext4";
+ neededForBoot = true;
};
fileSystems."/boot" =