This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/hosts/gunter/default.nix

17 lines
226 B
Nix

{
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./nfs.nix
./ollama.nix
./streamdeck.nix
./ratbagd.nix
./container.nix
../../system
../../home/hosts/gunter
];
}