mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
feat: add vps host configurations
This commit is contained in:
parent
14fdc3875f
commit
d7179b75a8
12 changed files with 113 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
specialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./hosts/wsl/configuration.nix ];
|
||||
};
|
||||
vps = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./hosts/vps/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue