summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 0df9c1d..90789f4 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -31,7 +31,7 @@
# User
users.users.christian = {
isNormalUser = true;
- extraGroups = [ "wheel" "video" ];
+ extraGroups = [ "wheel" "video" "docker" ];
};
home-manager.users.christian = import ./home/christian.nix;
@@ -63,6 +63,8 @@
rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos";
};
+ virtualisation.docker.enable = true;
+
programs.nix-index.enable = false;
programs.nix-index-database.comma.enable = true;
programs.command-not-found.enable = false;