feat: add config for new device
This commit is contained in:
@@ -27,5 +27,13 @@
|
||||
# pulse.enable = true;
|
||||
# };
|
||||
|
||||
users.users = {
|
||||
leonhard = {
|
||||
initialPassword = "leonhard";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "desktop";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user