diff options
| author | adikro <adikro@disroot.org> | 2025-12-24 16:21:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-24 16:21:00 +0100 |
| commit | 6aaa5993e4c1cfb205ed555d958702f9bba1770d (patch) | |
| tree | 3af8cf20967cf10542edd2e51232b1da70002fde /sys/srv/srv.nix | |
| parent | 2ceabfd1d1dc03ca895e960048b73a82e29e45e8 (diff) | |
a bunch of changes, renames sys to os and refactored some of the logic
Diffstat (limited to 'sys/srv/srv.nix')
| -rw-r--r-- | sys/srv/srv.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/srv/srv.nix b/sys/srv/srv.nix deleted file mode 100644 index 19e959e..0000000 --- a/sys/srv/srv.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ ... }: -{ - imports = [ - ./compat.nix - ./docker.nix - ./files.nix - ./gaming.nix - ./kvm.nix - ./nix-helper.nix - ./ollama.nix - ]; -} |
