Install docker
This commit is contained in:
parent
53bf715605
commit
1811d09a11
|
@ -22,6 +22,7 @@
|
|||
''
|
||||
10.101.111.1 bitwarden.ekzyis.com
|
||||
'';
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "America/Chicago";
|
||||
|
@ -72,7 +73,7 @@
|
|||
users.users.ekzyis = {
|
||||
isNormalUser = true;
|
||||
home = "/home/ekzyis";
|
||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
@ -129,6 +130,7 @@
|
|||
brave
|
||||
vscodium
|
||||
neovim
|
||||
docker-compose
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in New Issue