home: do not hard-code username
All checks were successful
ci/woodpecker/push/check Pipeline was successful

The flake module already sets it with `mkDefault`, making it easier to
override it for a specific host.
This commit is contained in:
Bruno BELANYI 2025-06-17 09:26:09 +00:00
parent 1b275e1a8a
commit 112e340361

View file

@ -51,9 +51,6 @@
# First sane reproducible version
home.stateVersion = "20.09";
# Who am I?
home.username = "ambroisie";
# Start services automatically
systemd.user.startServices = "sd-switch";
}