many changes and more modularizing
This commit is contained in:
parent
df50e70f3e
commit
c96c24f864
109 changed files with 20900 additions and 278 deletions
|
|
@ -12,7 +12,9 @@
|
|||
# ./utils/modules/netdata.nix
|
||||
|
||||
# fw
|
||||
./modules/network-prefix.nix
|
||||
./modules/networking.nix
|
||||
./modules/setupnetwork.nix
|
||||
./modules/firewall.nix
|
||||
./modules/dhcp4.nix
|
||||
./modules/unbound.nix
|
||||
|
|
@ -56,6 +58,8 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networkPrefix = "10.42";
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue