using generated config files instead of copying mine over to git

This commit is contained in:
chloe 2025-05-08 14:35:29 +02:00
parent 931557e4b5
commit 0d78cad5bc
4 changed files with 6 additions and 129 deletions

View file

@ -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
];