diff options
Diffstat (limited to 'os/srv/nix-helper.nix')
| -rw-r--r-- | os/srv/nix-helper.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix index 6a64201..4999908 100644 --- a/os/srv/nix-helper.nix +++ b/os/srv/nix-helper.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, username, ... }: let - cfg = config.sys.srv.nix-helper; + cfg = config.os.srv.nix-helper; in { - options.sys.srv.nix-helper.enable = lib.mkEnableOption "enables nix-helper"; + options.os.srv.nix-helper.enable = lib.mkEnableOption "enables nix-helper"; config = lib.mkIf cfg.enable { nix.settings = { trusted-users = [ "root" "${username}" ]; |
