refactor(nixos:options) remove host.admin.sshKey option

This commit is contained in:
ooks-io 2024-06-16 21:19:09 +12:00
parent 479c661b69
commit a6cd3afce0
6 changed files with 8 additions and 17 deletions

View file

@ -50,10 +50,6 @@ in
type = str;
default = "ooks@protonmail.com";
};
sshKey = mkOption {
type = str;
default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBn3ff3HaZHIyH4K13k8Mwqu/o7jIABJ8rANK+r2PfJk";
};
homeManager = mkEnableOption "";
};