Add configuration for NixOS songsheet service, with Wavelog
This commit is contained in:
parent
279d8503c4
commit
ede2d7a3a3
5 changed files with 281 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
users.users.${config.local.username or "defaultuser"} = {
|
||||
isNormalUser = true;
|
||||
description = config.local.userDescription or "NixOS Playground";
|
||||
extraGroups = ["networkmanager" "wheel" "seat" "acme"];
|
||||
extraGroups = ["networkmanager" "wheel" "seat" "acme" "wheel"];
|
||||
packages = with pkgs; [];
|
||||
initialPassword = "nixos"; # Simple, change on first login
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue