Merge remote-tracking branch 'refs/remotes/origin/config' into config

This commit is contained in:
Bad 2021-07-12 20:17:00 +02:00
commit c1ea2272e8
2 changed files with 7 additions and 1 deletions

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 ];
}