This commit is contained in:
andromeda
2026-04-16 16:52:00 +02:00
parent a6ad2a25be
commit 055657e082
9 changed files with 160 additions and 41 deletions

View File

@@ -13,8 +13,9 @@
description = "andromeda";
hashedPasswordFile = builtins.toString config.age.secrets.andromeda-pw.path;
extraGroups = [
"networkmanager"
"wheel"
"networkmanager" # network configuration
"wheel" # serial
"dialout" # access to serial ports
];
};
};
@@ -41,7 +42,6 @@
];
files = [
".bash_history"
".brush_history"
];
};
}