[NixOS] Add strixy-minaj

This commit is contained in:
2024-03-15 00:24:38 +00:00
parent 4e3e75c3e2
commit 277432379c
5 changed files with 92 additions and 24 deletions

View File

@@ -28,6 +28,11 @@ in
home = "/var/lib/syncthing";
createHome = true;
};
ivanm = userDefaults // {
extraGroups = extraGroupsWithWheel;
name = "ivanm";
openssh.authorizedKeys.keys = kanivanKeys;
};
imalison = userDefaults // {
extraGroups = extraGroupsWithWheel;
name = "imalison";