feat: update system

This commit is contained in:
2024-04-04 00:00:36 +02:00
parent 16d3816918
commit 11355f42d5
3 changed files with 96 additions and 68 deletions

View File

@@ -8,6 +8,7 @@
imports = [ ./hardware-configuration.nix ];
nix = {
package = pkgs.nixVersions.unstable;
settings.experimental-features = [
"nix-command"
"flakes"
@@ -161,5 +162,5 @@
fsType = "ntfs";
};
system.stateVersion = "23.05";
system.stateVersion = "24.05";
}