vps thing
This commit is contained in:
parent
f473d6a2c8
commit
596ba1d55a
|
@ -135,6 +135,14 @@
|
||||||
./hosts/vulpecula/configuration.nix
|
./hosts/vulpecula/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vulpecula-vps = stable.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
specialArgs = {inherit inputs outputs;};
|
||||||
|
modules = [
|
||||||
|
./hosts/vulpecula-vps/configuration.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue