mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved vm aliases to vfio.nix
This commit is contained in:
parent
f049f7fe37
commit
0cec0448ce
4 changed files with 9 additions and 9 deletions
4
nix.nix
4
nix.nix
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue