diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-03 21:37:04 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-03 21:43:44 +0300 |
commit | 20b22409a233b1e5566c9eb169b934ad0e3199f3 (patch) | |
tree | 0cdb0b3df2069fd8d24c0f4f1c8e6ec0cb5d11f3 /profiles | |
parent | 77da12bae6fb23133758cd92ebd0d814a96ff46f (diff) |
switch to networkd, add createHome for tzlil, make /nix/persist a
seperate subvol
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/tzlil.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/tzlil.nix b/profiles/tzlil.nix index f2e2505..5669b26 100644 --- a/profiles/tzlil.nix +++ b/profiles/tzlil.nix @@ -27,6 +27,7 @@ shell = pkgs.fish; hashedPassword = "$6$FAQYKz3OCtRNOP7h$XsApvP.r./Jv5MRI1idDI9BMnA26xxEvXFlE61Zls.QA3EK2x76XsetdpxSlgViylnRwRuq5XQMc3GeAJ7tum1"; # passwordFile = config.age.secrets.password.path; + createHome = true; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgPE76xQXx1kpvWavHGNOWHiZSFdGfz/rQlISGrKsDe" ]; |