removed default for principals option
This commit is contained in:
@@ -19,9 +19,15 @@ in
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
sops
|
||||
step-ssh-user
|
||||
];
|
||||
|
||||
shell.program = "zsh";
|
||||
docker.enable = true;
|
||||
step-ssh-user = {
|
||||
enable = true;
|
||||
principals = [ "${hostname}" ];
|
||||
};
|
||||
ssh.matchSets = {
|
||||
certs = true;
|
||||
homelab = true;
|
||||
|
||||
Reference in New Issue
Block a user