forked from extern/zaneyos
Fix error with missing nfs option import
This commit is contained in:
parent
34ff16709b
commit
5187f88ce7
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user