mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-18 01:30:33 +02:00
Fix error with missing nfs options
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
let inherit (import ../../options.nix) localHWClock; in
|
||||
lib.mkIf ("${localHWClock}" == "on") {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
let inherit (import ../../options.nix) nfs; in
|
||||
lib.mkIf ("${nfs}" == "on") {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
let inherit (import ../../options.nix) ntp; in
|
||||
lib.mkIf ("${ntp}" == "on") {
|
||||
|
Reference in New Issue
Block a user