forked from Zynh0722/permafrost
flake: remove virtmsi
This commit is contained in:
parent
88532555b0
commit
4364e14de8
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@
|
|||
|
||||
outputs = inputs@{ nixpkgs, self, deploy-rs, ... }: {
|
||||
nixosConfigurations = {
|
||||
virtmsi = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs self; };
|
||||
|
||||
modules = [
|
||||
./modules
|
||||
./hosts/virtmsi/configuration.nix
|
||||
./hosts/virtmsi/hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
permafrost = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs self; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue