Enable ssh

This commit is contained in:
jopejoe1 2023-02-24 12:35:58 +01:00
parent 4de8009349
commit 614e4d66ca
7 changed files with 33 additions and 4 deletions

View file

@ -14,6 +14,7 @@ in
isNormalUser = true;
description = "jopejoe1 🚫";
initialPassword = "password";
openssh.authorizedKeys.keys = [];
extraGroups = [ "wheel"]
++ lib.optionals config.custom.hardware.printing.enable [ "scanner" "lp"]
++ lib.optional config.networking.networkmanager.enable "networkmanger";