libkookie: gaia: change spacekookie home directory

wip/yesman
Katharina Fey 3 years ago
parent 9dd3505aa2
commit e8cfe83ce0
  1. 16
      infra/libkookie/roots/gaia.nix

@ -37,7 +37,10 @@ in
# TODO: build a klib function to patch cfg here
libkookie.activeUsers = with klib; [
(patchAttrs(load <configuration/users/spacekookie>) (a: { cfg.extraGroups = a.cfg.extraGroups ++ [ "core" ]; }))
(patchAttrs(load <configuration/users/spacekookie>) (a: {
cfg.extraGroups = a.cfg.extraGroups ++ [ "core" ];
cfg.homeDir = "/home/spacekookie";
}))
(patchAttrs(load <configuration/users/qyliss>) ({ ... }: { cfg.extraGroups = [ "core" ]; }))
];
@ -117,17 +120,6 @@ in
users.users."spacekookie".hashedPassword = "$6$rounds=1000000$Nnlc.bdBdGIVXtL$Ndb0WoOT.xl3eV2ba4jHe0ajbrGfVSf.RoS2hdaU8hvV8.UHBAZbDtLtXLqQ59Q6eUfjui3YIY6XWUGxAZNYF.";
# users.users."spacekookie" = {
# hashedPassword =
# openssh.authorizedKeys.keys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBALMtai+K3wBvpSf9ntuBH1GNte7quhIA4/ZWKlvF0A" # uwu
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBdIsXiaE3YLuqekTg8Xq65n1GUX5IQc8/FKMrbCsCWY" # tempest
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEMN1iwhQinXxg9H+wJn34EawgzdrrdfBzT0N0wy8yz9 spacekookie@alarei"
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPQ7alBckvMjRL/Tp38dSkZDTR/cLHRcJPwhP5+/fdM"
# ];
# };
# This is pinned here because nextcloud/postgres is being unstable
# at version 18. In the future you might wanna look at upgrading
# again, but for now, just be happily one major version behind!

Loading…
Cancel
Save