vanadium: adapt configuration to new overlay

This commit is contained in:
Primrose 2025-05-20 18:14:55 +02:00
parent 1b6aa25cc9
commit 4979218e5e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -37,10 +37,14 @@ in
}; };
hostPlatform = system; hostPlatform = system;
overlays = map import [ overlays = with (import ../overlays); [
../overlays agenix
../overlays/packages.nix disko
./vanadium/nixos/overlay.nix nur
wired-notify
packages
(import ./vanadium/nixos/overlay.nix)
]; ];
# Set NIX_PATH and flake registry at the same time # Set NIX_PATH and flake registry at the same time