summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-05 22:29:24 +0200
committertzlil <tzlils@protonmail.com>2023-02-05 22:29:24 +0200
commitb0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (patch)
treebd1e2c66651407796a1f104b63fbb2fb0717906c /profiles
parentc2efa603990a9a01501b6df1aa38bb8c5d3d01f7 (diff)
remove password age, add disko config, add vps, trying to get hyprland working
Diffstat (limited to 'profiles')
-rw-r--r--profiles/network.nix1
-rw-r--r--profiles/user.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/profiles/network.nix b/profiles/network.nix
index 1b3026b..40e31cc 100644
--- a/profiles/network.nix
+++ b/profiles/network.nix
@@ -19,6 +19,7 @@
           100.99.246.128 pc
           100.105.242.70 phone
           100.109.155.123 vm
+          100.67.217.90 vps
         '';
     };
 
diff --git a/profiles/user.nix b/profiles/user.nix
index 514d303..7f0ec8b 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -16,7 +16,7 @@
         owner = "tzlil";
         group = "users";
       };
-      password.file = ../secrets/password.age;
+      # password.file = ../secrets/password.age;
     };
 
     users.users.tzlil = {