mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-11 15:08:13 +01:00
Adding Options for ntp, nfs, and local hwclock properly lol
This commit is contained in:
parent
5187f88ce7
commit
fab9d17ee2
@ -1,4 +1,4 @@
|
||||
{ config, lib, ... }:
|
||||
{ config, lib, options, ... }:
|
||||
|
||||
let inherit (import ../../options.nix) ntp; in
|
||||
lib.mkIf ("${ntp}" == "on") {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, lib, options, ... }:
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
# List services that you want to enable:
|
||||
|
Loading…
Reference in New Issue
Block a user