mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
atuin: Move from services namespace to web-services
This commit is contained in:
parent
371fc98406
commit
1fc79bee5c
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.custom.services.atuin;
|
||||
cfg = config.custom.web-services.atuin;
|
||||
dataDir = "/var/lib/atuin";
|
||||
in
|
||||
{
|
||||
options.custom.services.atuin = {
|
||||
options.custom.web-services.atuin = {
|
||||
enable = lib.mkEnableOption "";
|
||||
domain = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
Loading…
Add table
Add a link
Reference in a new issue