aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/copenhagen/hardware-configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/copenhagen/hardware-configuration.nix b/hosts/copenhagen/hardware-configuration.nix
index 853c51d..061700b 100644
--- a/hosts/copenhagen/hardware-configuration.nix
+++ b/hosts/copenhagen/hardware-configuration.nix
@@ -24,6 +24,10 @@
postDeviceCommands = lib.mkAfter ''
zfs rollback -r zpool/root@blank && zfs rollback -r zpool/home@blank
'';
+
+ postMountCommands = lib.mkAfter ''
+ chmod u=rw,g=,o= /secrets
+ '';
};
kernelModules = [ "kvm-intel" ];