added README

This commit is contained in:
kenji
2025-12-24 16:47:32 -06:00
parent be4b66fdd2
commit 3135e1cec4
3 changed files with 70 additions and 15 deletions
+2
View File
@@ -1,6 +1,7 @@
{
pkgs,
myConfig,
config,
...
}: {
users = {
@@ -8,6 +9,7 @@
${myConfig.nixos.username} = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "input" "video"];
hashedPasswordFile = config.sops.secrets.default_password.path; # FIXME: may not work!
useDefaultShell = true;
};
};