mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
bump: updated home-manager and goober config
This commit is contained in:
parent
c84a24c2ac
commit
d66a08f8f2
5 changed files with 34 additions and 39 deletions
|
@ -65,7 +65,7 @@
|
|||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.harry123 = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "audio" "video" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
tailscale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue