Merge remote-tracking branch 'refs/remotes/origin/config' into config
This commit is contained in:
commit
c1ea2272e8
2 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue