From 8e90c64dbe66357b1ab35baaf1f789c2ecd0e848 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 4 Aug 2023 17:45:26 +0200 Subject: [PATCH] feat: updated state --- common/desktop.nix | 8 -------- hosts/capibara/default.nix | 8 +------- hosts/trantor/default.nix | 8 +------- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/common/desktop.nix b/common/desktop.nix index 796138f..2bb746c 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -295,12 +295,4 @@ # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; - - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # 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 = "22.11"; # Did you read the comment? } diff --git a/hosts/capibara/default.nix b/hosts/capibara/default.nix index 1b94087..e149370 100644 --- a/hosts/capibara/default.nix +++ b/hosts/capibara/default.nix @@ -328,11 +328,5 @@ in }; }; - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # 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 = "22.11"; # Did you read the comment? + system.stateVersion = "23.05"; } diff --git a/hosts/trantor/default.nix b/hosts/trantor/default.nix index 2af2885..3ffd749 100644 --- a/hosts/trantor/default.nix +++ b/hosts/trantor/default.nix @@ -262,11 +262,5 @@ in { }; }; - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It‘s perfectly fine and recommended to leave - # 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 = "22.11"; # Did you read the comment? + system.stateVersion = "23.05"; }