summary refs log tree commit diff
path: root/profiles/user.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-04-21 16:49:37 +0300
committertzlil <tzlils@protonmail.com>2023-04-21 16:49:37 +0300
commit2649599a5a0d053c701d8a5be02c0f0b1d57b2f2 (patch)
treefd10b61a5b10ebce42a32ca40c65f2ea4616dcc7 /profiles/user.nix
parenta65eb5d9197bc36bd95a58158347c110e4e864b2 (diff)
trying now
Diffstat (limited to 'profiles/user.nix')
-rw-r--r--profiles/user.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/profiles/user.nix b/profiles/user.nix
index d343e9c..6f1d573 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -9,18 +9,14 @@
     inputs.home-manager.nixosModules."home-manager"
   ];
   config = {
-    age.secrets = {
-      id_ed25519 = {
+    age.secrets.id_ed25519 = {
         file = ../secrets/id_ed25519.age;
         mode = "600";
         owner = "tzlil";
         group = "users";
       };
-      # password.file = ../secrets/password.age;
-    };
-
 
-  programs.fish.enable = true; # needed now
+    programs.fish.enable = true; # needed now
     users.users.tzlil = {
       isNormalUser = true;
       description = "Me";