Add configuration for NixOS songsheet service, with Wavelog

This commit is contained in:
Root User 2026-02-06 23:37:08 +01:00
parent 279d8503c4
commit ede2d7a3a3
Signed by: root
GPG key ID: 087F0A95E5766D72
5 changed files with 281 additions and 1 deletions

View file

@ -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