kalessin: Add randomcat to wheel
This commit is contained in:
parent
78118c14dc
commit
b35fefbf98
2 changed files with 2 additions and 3 deletions
|
@ -27,7 +27,6 @@ in
|
|||
users.users = genAttrs cfg.admins
|
||||
(name: {
|
||||
extraGroups = [ "wheel" ];
|
||||
}
|
||||
);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue