fixup! profiles: init (vsock ssh &c.)

This commit is contained in:
Else, Someone 2025-10-09 04:30:07 +03:00
parent 93d7267aa9
commit 5863d1b936

View file

@ -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; };
}) })