From ddb3b7fe6b84d529f0e51fb822e77716592e8338 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Aug 2017 18:30:40 +0200 Subject: Add support for cifs --- bragi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bragi.nix b/bragi.nix index 17e73cfd..2dd6e82b 100644 --- a/bragi.nix +++ b/bragi.nix @@ -20,6 +20,8 @@ in rec { boot.tmpOnTmpfs = true; + boot.supportedFileSystems = [ "cifs" ]; + networking.hostName = "bragi"; networking.hostId = "2af11085"; networking.wireless.enable = true; -- cgit v1.2.3