summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index f3ee06c7..2f83691a 100644
--- a/odin.nix
+++ b/odin.nix
@@ -225,6 +225,8 @@
225 options = ["ro" "uid=1001" "gid=100" "fmask=0177" "dmask=0077" "permissions"]; 225 options = ["ro" "uid=1001" "gid=100" "fmask=0177" "dmask=0077" "permissions"];
226 }; 226 };
227 227
228 boot.kernelModules = [ "overlay" ];
229
228 systemd.mounts = [ 230 systemd.mounts = [
229 { 231 {
230 wantedBy = [ "samba-smbd.service" ]; 232 wantedBy = [ "samba-smbd.service" ];