mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added goober
This commit is contained in:
parent
1793ce0723
commit
d5b3261f40
3 changed files with 60 additions and 0 deletions
|
@ -47,6 +47,14 @@
|
|||
./hosts/labouse/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
goober = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./features/isos/goober.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue