fixup! profiles: init (vsock ssh &c.)
This commit is contained in:
parent
93d7267aa9
commit
5863d1b936
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
(lib.mkIf cfg.deployPubkeys {
|
(lib.mkIf cfg.pubkeys.ssh {
|
||||||
users.users.root.openssh = { inherit authorizedKeys; };
|
users.users.root.openssh = { inherit authorizedKeys; };
|
||||||
users.users.user.openssh = { inherit authorizedKeys; };
|
users.users.user.openssh = { inherit authorizedKeys; };
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue