1
0
forked from extern/zaneyos

Fix error with missing nfs option import

This commit is contained in:
Tyler Kelley 2024-02-06 00:47:58 -06:00
parent 34ff16709b
commit 5187f88ce7

View File

@ -1,6 +1,6 @@
{ config, lib, ... }:
let inherit (import ../../options.nix) nfs; in
let inherit (import ../../options.nix) nfs nfsMountPoint nfsDevice; in
lib.mkIf ("${nfs}" == "on") {
fileSystems."${nfsMountPoint}" = {
device = "${nfsDevice}";