remove school profile

This commit is contained in:
Bad 2021-07-07 20:32:40 +02:00
parent b5742cbb88
commit f6a0104fab
3 changed files with 14 additions and 1 deletions

7
] Normal file
View file

@ -0,0 +1,7 @@
{ profiles, ... }:
with profiles; rec {
base = [ users.root core dnscrypt ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust ];
desktop = workstation ++ [ users.mae-desk amd three_dee androidev ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
}

View file

@ -12,4 +12,10 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
];
nix.binaryCaches = [
"ssh://nix-ssh@192.168.0.18"
];
nix.allowedUsers = [
"nix-ssh"
];
}

View file

@ -2,6 +2,6 @@
with profiles; rec {
base = [ users.root core dnscrypt ];
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust ];
desktop = workstation ++ [ users.mae-desk amd school three_dee androidev ];
desktop = workstation ++ [ users.mae-desk amd three_dee androidev ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
}