feat: enable docker & plex server

This commit is contained in:
Felix Schröter 2020-06-18 16:20:42 +02:00
parent 894a007516
commit e8250630cc
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -9,7 +9,8 @@
./hardware/ledger.nix ./hardware/ledger.nix
./system ./system
./desktop ./desktop
# ./plex.nix ./virtualisaiton/docker.nix
./plex.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
@ -30,7 +31,7 @@
users.users.felschr = { users.users.felschr = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "audio" ]; extraGroups = [ "wheel" "audio" "docker" "disk" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };