From 6476604145f893b4373e47da99294144f606909f Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 22 Oct 2022 13:46:58 +0000 Subject: modules/users: restore default home directory Let's stop fighting this. --- sys/atuin.nix | 1 - sys/eve.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 2cbff0099fa9..bf9c3525a624 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -217,7 +217,6 @@ in }; users.groups.acme.members = [ "nginx" ]; - users.users.qyliss.home = "/home/qyliss"; services.cgit.instances.qyliss = { package = pkgs.cgit-pink; diff --git a/sys/eve.nix b/sys/eve.nix index 366dd1ccd90f..b56ea7db46dc 100644 --- a/sys/eve.nix +++ b/sys/eve.nix @@ -41,6 +41,7 @@ ''; users.users.qyliss.hashedPassword = "$5$rounds=2000000$FPrRi1TT.rCn$8MhcwE7JL8yTKI.fSRe4ZgJP3eumStDCNl5Pb.IN9i5"; + users.users.qyliss.home = "/home"; system.stateVersion = "20.03"; } -- cgit 1.4.1