importing docker config
This commit is contained in:
parent
9496f06b87
commit
9dd79f6788
1 changed files with 6 additions and 6 deletions
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue