Files
nixos/hosts/gunter/default.nix
Torjus Håkestad 6ef5e2369b
Some checks failed
Run nix flake check / flake-check (push) Failing after 1m41s
Periodic flake update / flake-update (push) Successful in 2m16s
gunter: remove alvr
2025-11-15 11:04:11 +01:00

20 lines
251 B
Nix

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