hosts/various: formatting, add consistent warnings to stateVersion

This commit is contained in:
h7x4
2026-01-22 15:57:12 +09:00
parent 12477aeb34
commit 28baf322ce
15 changed files with 39 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, values, ... }:
{
networking.nat = {
networking.nat = {
enable = true;
internalInterfaces = ["ve-+"];
externalInterface = "ens3";
@@ -37,9 +37,11 @@
useHostResolvConf = mkForce false;
};
system.stateVersion = "23.11";
services.resolved.enable = true;
# Don't change (even during upgrades) unless you know what you are doing.
# See https://search.nixos.org/options?show=system.stateVersion
system.stateVersion = "23.11";
};
};
};