Files
nixos/hosts/gunter/default.nix
Torjus Håkestad 81e9a20d9c
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m35s
Periodic flake update / flake-update (push) Successful in 2m24s
gunter: add nvidia container toolkit
2025-11-28 20:31:02 +01:00

18 lines
246 B
Nix

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