Update state version

This commit is contained in:
Invariantspace 2025-06-08 10:22:00 -05:00
parent a45d7aceed
commit bb00eb1a2f
Signed by: macronova
GPG key ID: CE969670FB4B4A56
9 changed files with 49 additions and 50 deletions

View file

@ -4,7 +4,7 @@
settings.global = {
address = wildcard;
port = port.conduit;
# Use secret file when possible
# TODO: Use secret file when possible
turn_secret = "84EoJSEVnlH@eiqqV7K!2vmAr^G";
turn_uris = let
coturn-realm = "turn.${domain}";

View file

@ -17,5 +17,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
system.stateVersion = "25.11"; # Did you read the comment?
}

View file

@ -23,5 +23,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
system.stateVersion = "25.11"; # Did you read the comment?
}

View file

@ -42,5 +42,5 @@
# and migrated your data accordingly.
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "24.11"; # Did you read the comment?
system.stateVersion = "25.11"; # Did you read the comment?
}

View file

@ -26,7 +26,6 @@ in {
telegram-desktop
thunderbird
via
wallpaper-engine-plasma6-plugin
winetricks
wineWowPackages.stagingFull
];

View file

@ -8,7 +8,7 @@
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "24.05";
system.stateVersion = "25.11";
zramSwap.enable = true;
}

View file

@ -17,6 +17,7 @@ in {
};
certificateScheme = "acme";
stateVersion = 2;
};
sops.secrets = {
${userSecret} = {};