summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/default.nix b/config/default.nix
index 648fb78..b10f8bb 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -1,4 +1,5 @@
-{modulesPath, ...}: {
+{ modulesPath, ... }:
+{
imports = [
(modulesPath + "/profiles/minimal.nix")
./boot.nix
@@ -16,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 = "25.05"; # Did you read the comment?
+ system.stateVersion = "25.11"; # Did you read the comment?
}