chore: removed other users and systems

This commit is contained in:
Nick 2025-06-26 02:15:04 -05:00
parent 2b4ad99e25
commit 233cab07dd
135 changed files with 216 additions and 2462 deletions

View file

@ -2,21 +2,15 @@ let
configPath = ./config;
user0 = "nick";
user1 = "garnet";
user2 = "fallaryn";
user3 = "streaming";
user1 = "streaming";
in
{
inherit
user0
user1
user2
user3
;
users = {
"${user0}" = import (configPath + /user0.nix) { inherit user0; };
"${user1}" = import (configPath + /user1.nix) { inherit user1; };
"${user2}" = import (configPath + /user2.nix) { inherit user2; };
"${user3}" = import (configPath + /user3.nix) { inherit user3; };
};
}