Update state version
This commit is contained in:
parent
a45d7aceed
commit
bb00eb1a2f
9 changed files with 49 additions and 50 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ in {
|
|||
telegram-desktop
|
||||
thunderbird
|
||||
via
|
||||
wallpaper-engine-plasma6-plugin
|
||||
winetricks
|
||||
wineWowPackages.stagingFull
|
||||
];
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ in {
|
|||
};
|
||||
|
||||
certificateScheme = "acme";
|
||||
stateVersion = 2;
|
||||
};
|
||||
sops.secrets = {
|
||||
${userSecret} = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue