diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 12:36:17 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 12:36:20 +0530 |
commit | ede767c80ef9a88139219f686aa763031575091b (patch) | |
tree | c9e7c92b3bee6d3a2693e9ab97b3e5f187e94f90 /os/common | |
parent | 7efc19358c3f46ac2189a383601a22ab835d83f0 (diff) |
flake: bump lock
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/configuration.nix b/os/common/configuration.nix index 5c3972b..76fe33c 100644 --- a/os/common/configuration.nix +++ b/os/common/configuration.nix @@ -23,7 +23,7 @@ in defaultSopsFile = ../${host}/secrets.yaml; age.keyFile = "/var/secrets/${host}.sops"; }; - system.stateVersion = "23.11"; + system.stateVersion = "24.11"; nix.settings.experimental-features = [ "flakes" "nix-command" ]; boot = { |