[NixOS] Remove railbird and interview
This commit is contained in:
@@ -95,16 +95,6 @@ in
|
|||||||
name = "ben";
|
name = "ben";
|
||||||
openssh.authorizedKeys.keys = benKeys ++ kanivanKeys;
|
openssh.authorizedKeys.keys = benKeys ++ kanivanKeys;
|
||||||
};
|
};
|
||||||
railbird = userDefaults // {
|
|
||||||
inherit extraGroups;
|
|
||||||
name = "railbird";
|
|
||||||
openssh.authorizedKeys.keys = inputs.railbird-secrets.keys.railbirdFullstackDevKeys;
|
|
||||||
};
|
|
||||||
interview = userDefaults // {
|
|
||||||
inherit extraGroups;
|
|
||||||
name = "interview";
|
|
||||||
openssh.authorizedKeys.keys = interviewKeys ++ inputs.railbird-secrets.keys.railbirdFullstackDevKeys;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.sshServe = {
|
nix.sshServe = {
|
||||||
|
|||||||
Reference in New Issue
Block a user