diff --git a/hosts/glyph/services/atuin.nix b/hosts/glyph/services/atuin.nix new file mode 100644 index 0000000..5e3d604 --- /dev/null +++ b/hosts/glyph/services/atuin.nix @@ -0,0 +1,12 @@ +{ + config, + pkgs, + ... +}: { + services.atuin = { + enable = true; + host = "0.0.0.0"; + port = 8889; + openRegistration = true; + }; +} diff --git a/hosts/glyph/services/default.nix b/hosts/glyph/services/default.nix index 4dc145b..297e2b9 100644 --- a/hosts/glyph/services/default.nix +++ b/hosts/glyph/services/default.nix @@ -4,6 +4,7 @@ ... }: { imports = [ + ./atuin.nix ./avahi.nix ./dns.nix ./filebrowser.nix @@ -84,6 +85,7 @@ rc.backup = { enable = true; paths = [ + "/var/lib/atuin" "/var/lib/basic-memory" "/var/lib/open-webui" "/var/lib/roon-server/backup"