feat: enable docker & plex server
This commit is contained in:
parent
894a007516
commit
e8250630cc
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue