remove school profile
This commit is contained in:
parent
b5742cbb88
commit
f6a0104fab
3 changed files with 14 additions and 1 deletions
7
]
Normal file
7
]
Normal 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 ];
|
||||||
|
}
|
|
@ -12,4 +12,10 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
|
||||||
];
|
];
|
||||||
|
nix.binaryCaches = [
|
||||||
|
"ssh://nix-ssh@192.168.0.18"
|
||||||
|
];
|
||||||
|
nix.allowedUsers = [
|
||||||
|
"nix-ssh"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
with profiles; rec {
|
with profiles; rec {
|
||||||
base = [ users.root core dnscrypt ];
|
base = [ users.root core dnscrypt ];
|
||||||
workstation = base ++ [ sway develop game profiles.workstation ssh flatpak torrents pwn tor rust ];
|
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 ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue