From 5ed82281d8af181762e33e2d866dbb0a603df192 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Mon, 30 Sep 2024 17:09:31 +0200 Subject: [PATCH] chore: enable nfs on brontes --- hosts/brontes/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/brontes/configuration.nix b/hosts/brontes/configuration.nix index 4d97fb9..32ca10d 100644 --- a/hosts/brontes/configuration.nix +++ b/hosts/brontes/configuration.nix @@ -94,8 +94,11 @@ eza bat swaynotificationcenter + nfs-utils ]; + services.rpcbind.enable = true; # necessary for nfs + modules.media.enableAll = true; system.stateVersion = "24.05";