mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
using generated config files instead of copying mine over to git
This commit is contained in:
parent
931557e4b5
commit
0d78cad5bc
4 changed files with 6 additions and 129 deletions
|
@ -1,8 +1,12 @@
|
|||
{ inputs, username, ... }:
|
||||
{
|
||||
# diva provides uptime-kuma, and website hosting for rougebordeaux.xyz
|
||||
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
# these files should be automatically generated by nixos-infect
|
||||
/etc/nixos/configuration/hardware.nix
|
||||
/etc/nixos/configuration/networking.nix
|
||||
|
||||
./features
|
||||
../../shared
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue