File tree Expand file tree Collapse file tree 1 file changed +32
-6
lines changed
Expand file tree Collapse file tree 1 file changed +32
-6
lines changed Original file line number Diff line number Diff line change 22 networking = {
33 networkmanager = {
44 enable = true ;
5- logLevel = "DEBUG" ;
5+ # logLevel = "DEBUG";
66 wifi = {
77 scanRandMacAddress = false ;
8- backend = "iwd" ;
8+ # backend = "iwd";
99 } ;
1010 } ;
1111 firewall . allowedTCPPorts = [
2121
2222 virtualisation = {
2323 docker = {
24- enable = true ;
25- # rootless = {
26- # enable = true;
27- # setSocketVariable = true;
24+ # enable = true;
25+ # daemon.settings = {
26+ # bip = "10.200.0.1/24";
27+ # default-address-pools = [
28+ # {
29+ # base = "10.201.0.0/16";
30+ # size = 24;
31+ # }
32+ # {
33+ # base = "10.202.0.0/16";
34+ # size = 24;
35+ # }
36+ # ];
2837 # };
38+ rootless = {
39+ enable = true ;
40+ setSocketVariable = true ;
41+ daemon . settings = {
42+ bip = "10.200.0.1/24" ;
43+ default-address-pools = [
44+ {
45+ base = "10.201.0.0/16" ;
46+ size = 24 ;
47+ }
48+ {
49+ base = "10.202.0.0/16" ;
50+ size = 24 ;
51+ }
52+ ] ;
53+ } ;
54+ } ;
2955 } ;
3056 } ;
3157
You can’t perform that action at this time.
0 commit comments