stylix: disallow nixpkgs aliases in testbeds (#1124)

This commit is contained in:
awwpotato 2025-04-09 04:08:31 -07:00 committed by GitHub
parent 852207671f
commit 31fdf60634
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 5 deletions

View file

@ -23,6 +23,8 @@ let
services.getty.autologinUser = username;
nixpkgs.config.allowAliases = false;
# The state version can safely track the latest release because the disk
# image is ephemeral.
system.stateVersion = config.system.nixos.release;