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