This commit is contained in:
Doloro1978
2025-09-30 17:02:22 +01:00
parent b99b39dc7a
commit 781e99f4e8
6 changed files with 13 additions and 3 deletions

View File

@@ -34,6 +34,8 @@
# Configure network connections interactively with nmcli or nmtui.
networking.networkmanager.enable = true;
security.rtkit.enable = true;
sops = {
defaultSopsFile = ./secrets/users.yaml;
secrets = {
@@ -77,8 +79,10 @@
fsType = "ext4";
options = [ # If you don't have this options attribute, it'll default to "defaults"
# boot options for fstab. Search up fstab mount options you can use
"defaults"
"users" # Allows any user to mount and unmount
"nofail" # Prevent system from failing if this drive doesn't mount
"exec"
];
};