Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
chore: better mount hdd on gunpowder Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQBxZGVqluHTtmSjeuskPoF93ZljuNxzAUUunu8lsuLvklfXEotaItW4Lilz1pB0i42 J5UdFm2XX2hKCPfQK14ww= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
3 weeks ago
1 changed files, 5 additions(+), 0 deletions(-)
M machines/gunpowder/hardware.nix -> machines/gunpowder/hardware.nix
diff --git a/machines/gunpowder/hardware.nix b/machines/gunpowder/hardware.nix
index 2621ef413c43e67569a14738a8a05b643d507deb..769cc22055d3d1887053e3492a86c51e14cdd08b 100644
--- a/machines/gunpowder/hardware.nix
+++ b/machines/gunpowder/hardware.nix
@@ -31,6 +31,11 @@
   fileSystems."/mnt/hdd" = {
     device = "/dev/disk/by-uuid/eb8ad2da-12cf-454b-aa20-e497c4550b7c";
     fsType = "ext4";
+    options = [
+      "users"
+      "nofail"
+      "gid=users"
+    ];
   };
 
   boot.initrd.luks.devices."luks-1f9bde68-9c4c-423c-a95f-17aa170dd2b4".device = "/dev/disk/by-uuid/1f9bde68-9c4c-423c-a95f-17aa170dd2b4";