l 2 base: remove video permission for gm

This commit is contained in:
lassulus 2015-12-12 17:56:49 +01:00
parent 5fde514b88
commit 576483bc63

View File

@ -17,6 +17,7 @@ with lib;
root = {
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
config.krebs.users.uriel.pubkey
];
};
mainUser = {
@ -30,6 +31,7 @@ with lib;
];
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
config.krebs.users.uriel.pubkey
];
};
};