Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
4b54995345
1 changed files with 5 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ let secrets = import ../secrets.nix; in
|
||||||
|
|
||||||
users.users.maestro = {
|
users.users.maestro = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "docker" ]; # Enable ‘sudo’ for the user.
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
|
|
@ -375,6 +375,10 @@ let secrets = import ../secrets.nix; in
|
||||||
# UPnP media playback (local network only)
|
# UPnP media playback (local network only)
|
||||||
services.gnome.rygel.enable = true;
|
services.gnome.rygel.enable = true;
|
||||||
|
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue