homelab framework module init (everything is a mess)
This commit is contained in:
parent
0347f4d325
commit
bcbcc8b17b
94 changed files with 7289 additions and 436 deletions
|
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
{outputs, ...}: {
|
||||
deployment.tags = ["sandbox"];
|
||||
|
||||
imports = [
|
||||
outputs.nixosModules.global-config
|
||||
];
|
||||
|
||||
homelab.global = {
|
||||
enable = true;
|
||||
hostname = "sandbox";
|
||||
domain = "sandbox.local";
|
||||
environment = "production";
|
||||
location = "proxmox";
|
||||
tags = ["sandbox"];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue