remove hackens keys from netboot server

This commit is contained in:
Gabriel DORIATH DOHLER 2021-11-05 23:59:59 +00:00
parent 82ccb56fe5
commit 6adb20c64f

View file

@ -15,7 +15,6 @@ let
users.users.root.openssh.authorizedKeys.keyFiles = [
./pubkeys/gdd.keys
./pubkeys/raito.keys
./pubkeys/hackens-milieu.keys
];
programs.mosh.enable = true;