changes 2

This commit is contained in:
randomuser 2023-12-20 15:45:45 -06:00
parent 48d9230d23
commit 902ba05a54
1 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,8 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
"virtbox" = nixpkgs.lib.nixosSystem {
nixosConfigurations = {
virtbox = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
@ -19,4 +20,5 @@
];
};
};
};
}