summary refs log tree commit diff
path: root/profiles/user.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-05-14 00:25:03 +0300
committertzlil <tzlils@protonmail.com>2023-05-14 00:25:03 +0300
commit8c6a913ca8b4f810c4a59ecc63da96e35b38418f (patch)
treed1de94a48ffee91938c077802484b451c855d182 /profiles/user.nix
parent3f671fc05742109633339de45e86819e13b88c7f (diff)
persist schildi on laptop, recommit i3status config
Diffstat (limited to 'profiles/user.nix')
-rw-r--r--profiles/user.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/user.nix b/profiles/user.nix
index 6f1d573..858a36a 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -10,11 +10,11 @@
   ];
   config = {
     age.secrets.id_ed25519 = {
-        file = ../secrets/id_ed25519.age;
-        mode = "600";
-        owner = "tzlil";
-        group = "users";
-      };
+      file = ../secrets/id_ed25519.age;
+      mode = "600";
+      owner = "tzlil";
+      group = "users";
+    };
 
     programs.fish.enable = true; # needed now
     users.users.tzlil = {