feat: add hyp-01
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
95cbbfb157
commit
a55ed8b41b
8 changed files with 306 additions and 1 deletions
21
flake.nix
21
flake.nix
|
|
@ -18,6 +18,17 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# srvos
|
||||
srvos = {
|
||||
url = "github:nix-community/srvos";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# impermanence
|
||||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
# theme
|
||||
catppuccin = {
|
||||
url = "github:catppuccin/nix/release-25.05";
|
||||
|
|
@ -121,7 +132,15 @@
|
|||
);
|
||||
|
||||
nixosConfigurations = {
|
||||
# Workstations
|
||||
# hypervisors
|
||||
hyp-01 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
./hosts/hyp-01
|
||||
];
|
||||
};
|
||||
|
||||
# workstations
|
||||
wodan = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue