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 =
|
||||
[ # 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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue