minor fixes

This commit is contained in:
albertvala 2025-03-14 11:28:11 +01:00
parent 7d30010353
commit e7e48bc63b

View File

@ -163,9 +163,9 @@ nix flake show github:kamadorueda/alejandra
boot.loader.efi.canTouchEfiVariables = true;
users.users.nixFreak = {
isNormalUser = true;
extraGroups = ["wheel"]; # Enable sudo for the user.
extraGroups = ["wheel"];
};
system.stateVersion = "25.05"; # Did you read the comment?
system.stateVersion = "25.05";
}
```