nixos/hosts/gunter/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
231 B
Nix
Raw Permalink Normal View History

2024-03-01 09:00:40 +00:00
{
inputs,
self,
pks,
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
2024-03-03 12:06:22 +00:00
./steamuser.nix
2024-03-05 14:42:52 +00:00
./nfs.nix
2024-07-04 09:23:06 +00:00
./ollama.nix
2024-07-14 13:51:33 +00:00
./streamdeck.nix
2024-03-01 09:00:40 +00:00
../../system
2024-04-18 17:29:08 +00:00
../../home/gunter.nix
2024-03-01 09:00:40 +00:00
];
}