Install docker
This commit is contained in:
parent
53bf715605
commit
1811d09a11
|
@ -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; [
|
||||||
|
|
Loading…
Reference in New Issue