diff options
| author | Christian <[email protected]> | 2026-01-30 20:21:24 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-30 20:21:24 -0600 |
| commit | 0dee3eca0c1b94fc8af2e6a01c41a9258169bd7b (patch) | |
| tree | b89ef6e03bb0c746da9e7577659ff75ec752bab1 /modules/common.nix | |
| parent | 684dd060d23aae9e47bf7a0a99700ba11b2e4701 (diff) | |
Add docker
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 4 |
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; |
