put users into sub module

This commit is contained in:
jopejoe1 2024-01-13 18:01:23 +01:00
parent d73dc3ba23
commit fab23b28eb
7 changed files with 24 additions and 14 deletions

View file

@ -27,8 +27,10 @@
sway.enable = true;
minecraft-server.enable = true;
repo-sync.enable = true;
jopejoe1.enable = true;
root.enable = true;
user = {
jopejoe1.enable = true;
root.enable = true;
};
boot.systemd.enable = true;
};