mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
first dionysos test
This commit is contained in:
parent
469b0391b7
commit
ecce73e727
3 changed files with 63 additions and 0 deletions
13
flake.nix
13
flake.nix
|
@ -24,6 +24,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
sops-nix,
|
||||
nixos-generators,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
@ -87,6 +88,18 @@
|
|||
];
|
||||
format = "proxmox";
|
||||
};
|
||||
|
||||
dionysos = nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
diskSize = 20 * 1024;
|
||||
inherit specialArgs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/dionysos/configuration.nix
|
||||
];
|
||||
format = "proxmox";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue