refactor(modules): make username not hardcoded

This commit is contained in:
Mohammad Rafiq 2025-05-03 12:40:20 +08:00
parent 9e17187b02
commit fc7d95acfd
No known key found for this signature in database
4 changed files with 15 additions and 4 deletions

View file

@ -17,6 +17,7 @@
];
nixosModules.enable = true;
nixosModules.hostname = hostname;
nixosModules.mainUser = "rafiq";
hmModules.enable = true;
nix-config.enable = true;
boot-config.enable = true;