fix(architect): removed junk
This commit is contained in:
parent
fa66653655
commit
7859115187
@ -84,8 +84,6 @@ in
|
|||||||
"ip=${devices.architect.address}::${devices.router.address}:255.255.255.0::${interface}:off"
|
"ip=${devices.architect.address}::${devices.router.address}:255.255.255.0::${interface}:off"
|
||||||
];
|
];
|
||||||
|
|
||||||
kernelPackages = pkgs.linuxPackages;
|
|
||||||
|
|
||||||
kernel.sysctl = { "net.ipv4.ip_forward" = 1; };
|
kernel.sysctl = { "net.ipv4.ip_forward" = 1; };
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
@ -111,8 +109,6 @@ in
|
|||||||
address = devices.architect.address;
|
address = devices.architect.address;
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
# enp6s0.useDHCP = false;
|
|
||||||
# wlp4s0.useDHCP = false;
|
|
||||||
};
|
};
|
||||||
extraHosts = (generateDeviceStrings config.architect.networks.lan.devices) + ''
|
extraHosts = (generateDeviceStrings config.architect.networks.lan.devices) + ''
|
||||||
|
|
||||||
@ -147,8 +143,6 @@ in
|
|||||||
das_watchdog.enable = true;
|
das_watchdog.enable = true;
|
||||||
zfs.autoScrub.enable = true;
|
zfs.autoScrub.enable = true;
|
||||||
|
|
||||||
# TODO: put NVIDIA related in another module
|
|
||||||
# xserver.videoDrivers = [ "nvidia" ];
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user