Install docker

This commit is contained in:
ekzyis 2024-04-28 08:47:25 -05:00
parent 53bf715605
commit 1811d09a11
1 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@
'' ''
10.101.111.1 bitwarden.ekzyis.com 10.101.111.1 bitwarden.ekzyis.com
''; '';
virtualisation.docker.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
@ -72,7 +73,7 @@
users.users.ekzyis = { users.users.ekzyis = {
isNormalUser = true; isNormalUser = true;
home = "/home/ekzyis"; home = "/home/ekzyis";
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user. extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable sudo for the user.
packages = with pkgs; [ packages = with pkgs; [
]; ];
}; };
@ -129,6 +130,7 @@
brave brave
vscodium vscodium
neovim neovim
docker-compose
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [