Compare commits
No commits in common. "cf751d01992fec0e19957658f1866d98ed1ae720" and "73c06e6ec8c3ab1f2d41625d0d6a9f790a37eee9" have entirely different histories.
cf751d0199
...
73c06e6ec8
1 changed files with 0 additions and 6 deletions
|
@ -15,17 +15,11 @@
|
||||||
|
|
||||||
systemd.network.networks."10-eth0" = {
|
systemd.network.networks."10-eth0" = {
|
||||||
matchConfig.Name = "eth0";
|
matchConfig.Name = "eth0";
|
||||||
gateway = [
|
|
||||||
"192.168.9.1"
|
|
||||||
];
|
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "192.168.9.2/24";
|
Address = "192.168.9.2/24";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't run this
|
|
||||||
services.batteryManager.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
# Both so we have a predictable key for the staging env, as well as
|
# Both so we have a predictable key for the staging env, as well as
|
||||||
# to have a static key for decrypting the sops secrets for the
|
# to have a static key for decrypting the sops secrets for the
|
||||||
# staging env.
|
# staging env.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue