Adding Options for ntp, nfs, and local hwclock properly lol

This commit is contained in:
Tyler Kelley 2024-02-06 00:48:54 -06:00
parent 5187f88ce7
commit fab9d17ee2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, options, ... }:
let inherit (import ../../options.nix) ntp; in
lib.mkIf ("${ntp}" == "on") {

View File

@ -1,4 +1,4 @@
{ pkgs, config, lib, options, ... }:
{ pkgs, config, lib, ... }:
{
# List services that you want to enable: