fix homebox

This commit is contained in:
2026-01-11 20:42:51 -06:00
parent 5bcfe2dc8b
commit aeee74c4ad

View File

@@ -54,7 +54,8 @@
sysconfig = {
users = {
nathan = {
extraGroups = [ "wheel" "networkmanager" ];
isSuperuser = true;
extraGroups = [ "networkmanager" ];
ssh.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsU69CxfQk58CvItPN426h5Alnpb60SH37wet97Vb57 nathan@laptop"
];
@@ -62,6 +63,7 @@
hashedPasswordFile = config.sops.secrets."nathan/pass".path;
home-manager = {
enable = true;
standalone = false;
extraModules = [
{
homeconfig = {