importing docker config

This commit is contained in:
arouzing 2023-02-02 18:18:16 -05:00
parent 9496f06b87
commit 9dd79f6788

View file

@ -4,7 +4,7 @@
imports =
[ # Include the results of the hardware scan.
# ../.modules/base/hardware.nix
# ../.modules/services/docker.nix
../.modules/services/docker.nix
../.modules/users/arouzing.nix
../.modules/services/openssh.nix
];
@ -28,11 +28,11 @@
time.timeZone = "America/New_York";
# Open ports in the firewall.
# networking.firewall = {
# enable = true;
# allowedTCPPorts = [];
# allowedUDPPorts = [];
# };
networking.firewall = {
enable = true;
allowedTCPPorts = [];
allowedUDPPorts = [];
};
## main services
system.stateVersion = "22.11";