kalessin: Add randomcat to wheel

This commit is contained in:
Katherina Walshe-Grey 2025-05-21 19:27:41 +01:00
parent 78118c14dc
commit b35fefbf98
2 changed files with 2 additions and 3 deletions

View file

@ -27,7 +27,6 @@ in
users.users = genAttrs cfg.admins
(name: {
extraGroups = [ "wheel" ];
}
);
});
};
}

View file

@ -15,9 +15,9 @@ in
networking.domain = "birdsong.network";
fountain.users.qenya.enable = true;
fountain.admins = [ "qenya" ];
fountain.users.randomcat.enable = true;
fountain.users.trungle.enable = true;
fountain.admins = [ "qenya" "randomcat" ];
qenya.base-server.enable = true;