moved vm aliases to vfio.nix

This commit is contained in:
ISnortPennies 2023-02-04 23:15:47 -05:00
parent f049f7fe37
commit 0cec0448ce
4 changed files with 9 additions and 9 deletions

View file

@ -4,10 +4,6 @@
config,
...
}: {
environment.etc = {
"nix/flake-channels/system".source = inputs.self;
"nix/flake-channels/nixpkgs".source = inputs.nixpkgs.outPath;
};
nix = {
nixPath = lib.mapAttrsToList (key: value: "${key}=${value.to.path}") config.nix.registry;