tangled
alpha
login
or
join now
aottr.dev
/
otterden
0
fork
atom
❄️ Nix configurations
0
fork
atom
overview
issues
pulls
pipelines
update groups
Dustin KROEGER
1 year ago
6599fbe4
4ccf7e07
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
ferret
configuration.nix
+1
-1
nixos/ferret/configuration.nix
reviewed
···
50
50
users.users.alex = {
51
51
isNormalUser = true;
52
52
description = "Alex";
53
53
-
extraGroups = [ "networkmanager" "wheel" ];
53
53
+
extraGroups = [ "networkmanager" "wheel" "media" ];
54
54
packages = with pkgs; [
55
55
git
56
56
];