summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-12-14 10:31:02 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-12-14 10:31:02 +0100
commita3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1 (patch)
tree9b573839ca66a58b861353ea242e36f6aa424b20
parent717b313556df9dc24ea75f223f9d2d3d88a714ca (diff)
downloadnixos-a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1.tar
nixos-a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1.tar.gz
nixos-a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1.tar.bz2
nixos-a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1.tar.xz
nixos-a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1.zip
...
-rw-r--r--hosts/vidhar/samba.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/samba.nix b/hosts/vidhar/samba.nix
index af1581c5..2fd3ca5a 100644
--- a/hosts/vidhar/samba.nix
+++ b/hosts/vidhar/samba.nix
@@ -61,6 +61,7 @@
61 interface = [ "lo" "lan" ]; 61 interface = [ "lo" "lan" ];
62 }; 62 };
63 63
64 boot.supportedFilesystems = [ "ntfs" ];
64 systemd.mounts = [ 65 systemd.mounts = [
65 { 66 {
66 where = "/srv/eos.lower"; 67 where = "/srv/eos.lower";