about summary refs log tree commit diff
path: root/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'configuration')
-rw-r--r--configuration/specimen.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration/specimen.nix b/configuration/specimen.nix
index a20d4ab..53732b9 100644
--- a/configuration/specimen.nix
+++ b/configuration/specimen.nix
@@ -3,6 +3,9 @@
 {
   age.secrets.name = {
     file = ../secrets/name.age;
+    owner = "specimen";
+    group = "specimen";
+    mode = "440";
   };
 
   services.specimen = {