about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix2
-rw-r--r--sys/eve.nix2
-rw-r--r--sys/x220.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index 00e137b04433..bb276c690020 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -220,7 +220,7 @@ in
 
   users.groups.acme.members = [ "nginx" ];
 
-  services.cgit.instances.qyliss = {
+  services.cgit-qyliss.instances.qyliss = {
     package = pkgs.cgit-pink;
     vhost = "git.qyliss.net";
     config = pkgs.writeText "cgit.conf" ''
diff --git a/sys/eve.nix b/sys/eve.nix
index b56ea7db46dc..2c0cb44d5a4a 100644
--- a/sys/eve.nix
+++ b/sys/eve.nix
@@ -27,7 +27,7 @@
   };
 
   # TODO: do this with ZFS
-  boot.cleanTmpDir = true;
+  boot.tmp.cleanOnBoot = true;
 
   networking.hostName = "eve";
   networking.hostId = "c00b7876";
diff --git a/sys/x220.nix b/sys/x220.nix
index 1abcd9a57b90..4eac8dda4045 100644
--- a/sys/x220.nix
+++ b/sys/x220.nix
@@ -74,7 +74,7 @@
 
   system.stateVersion = "22.05";
 
-  users.users.qyliss.hashedPassword = "$5$rounds=1000000$tySRQ3rdqbPOduux$NcW7CoffEScpmOyS0Ga9gE5ZNLt8PT6.2Gvwn91vQn7";
+  users.users.qyliss.hashedPassword = "$y$j9T$Q5bSnSDsY.PkqBX9AA3Gp0$cMl0jK1Cug/7vu8n4ShmQouZTbyPMkUO3NMBVpWn353";
 
   hardware.opengl.enable = true;
   hardware.opengl.extraPackages = with pkgs; [ libGL ];