mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 03:09:03 +00:00
Remove vboxnix host
This commit is contained in:
parent
b8c6ed6ca4
commit
2dcd368572
1 changed files with 0 additions and 11 deletions
|
@ -11,17 +11,6 @@ let
|
|||
];
|
||||
in
|
||||
{
|
||||
vboxnix = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
modules = [
|
||||
./vbox_nix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
] ++ shared;
|
||||
};
|
||||
|
||||
herugrim = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit lib inputs self; };
|
||||
|
|
Loading…
Add table
Reference in a new issue