Skip to content

Commit

Permalink
fix stateVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and mergify[bot] committed Feb 10, 2025
1 parent 840ac6a commit 8e257cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test-configurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
{ config, ... }:
{
networking.hostName = "example-common";
system.stateVersion = config.system.nixos.version;
system.stateVersion = config.system.nixos.release;
users.users.root.initialPassword = "fnord23";
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
fileSystems."/".device = lib.mkDefault "/dev/sda";
Expand Down

0 comments on commit 8e257cc

Please sign in to comment.