refactor(modules): make username not hardcoded
This commit is contained in:
parent
9e17187b02
commit
fc7d95acfd
4 changed files with 15 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
|||
];
|
||||
nixosModules.enable = true;
|
||||
nixosModules.hostname = hostname;
|
||||
nixosModules.mainUser = "rafiq";
|
||||
hmModules.enable = true;
|
||||
nix-config.enable = true;
|
||||
boot-config.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue