summaryrefslogtreecommitdiff
path: root/hosts/herra/network.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /hosts/herra/network.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
Diffstat (limited to 'hosts/herra/network.nix')
-rw-r--r--hosts/herra/network.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/herra/network.nix b/hosts/herra/network.nix
deleted file mode 100644
index eba91ed..0000000
--- a/hosts/herra/network.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{pkgs, ...}: {
- environment.systemPackages = with pkgs; [
- libimobiledevice
- ];
- services.usbmuxd.enable = true;
-}