nixos/hosts/gunter/default.nix
Torjus Håkestad 15e1dac9b4
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
Periodic flake update / flake-update (push) Successful in 1m20s
Add piper and ratbagd for gunter
2025-03-05 21:24:32 +01:00

21 lines
264 B
Nix

{
inputs,
self,
pks,
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./steamuser.nix
./nfs.nix
./ollama.nix
./streamdeck.nix
./alvr.nix
./ratbagd.nix
../../system
../../home/gunter.nix
];
}