From 083d2d7ee47ed901ea75f2d0b281c5d8a8d43457 Mon Sep 17 00:00:00 2001 From: larstvei Date: Fri, 12 Sep 2025 16:43:22 +0200 Subject: [PATCH] Let's remove the comment I am supposed to have read --- machines/thinkpad/default.nix | 8 +------- modules/home/default.nix | 8 -------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/machines/thinkpad/default.nix b/machines/thinkpad/default.nix index 94735eb..834e2bd 100644 --- a/machines/thinkpad/default.nix +++ b/machines/thinkpad/default.nix @@ -10,11 +10,5 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # 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 = "25.05"; # Did you read the comment? + system.stateVersion = "25.05"; } diff --git a/modules/home/default.nix b/modules/home/default.nix index dbaffc4..6d33818 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -6,13 +6,5 @@ programs.home-manager.enable = true; - # This value determines the Home Manager release that your - # configuration is compatible with. This helps avoid breakage - # when a new Home Manager release introduces backwards - # incompatible changes. - # - # You can update Home Manager without changing this value. See - # the Home Manager release notes for a list of state version - # changes in each release. home.stateVersion = "24.11"; }