hosts/hina: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-16 13:44:42 +05:30
parent e281e912d8
commit d4554d43ae
11 changed files with 167 additions and 8 deletions

View File

@@ -45,5 +45,17 @@ in
++ commonModules
++ serverModules;
};
#Oracle Cloud VM
hina = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
./hina
./modules/x86builder.nix
{ nixpkgs.pkgs = self.legacyPackages.${system}; }
]
++ commonModules
++ serverModules;
};
};
}