aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/arrakis/services.nix')
-rw-r--r--hosts/arrakis/services.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 214e434..b9dcafa 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -321,6 +321,10 @@
];
};
+ udev.packages = with pkgs; [
+ vial
+ ];
+
};
#systemd.services.nginx.serviceConfig.ProtectHome = lib.mkForce false;