refactor(nixos:options) remove host.admin.sshKey option
This commit is contained in:
parent
479c661b69
commit
a6cd3afce0
6 changed files with 8 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, keys, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -13,7 +13,6 @@
|
|||
admin = {
|
||||
name = "ooks";
|
||||
shell = "fish";
|
||||
sshKey = "${keys.users.ooks}";
|
||||
homeManager = true;
|
||||
};
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue