1
Fork 0

Fix typos

This commit is contained in:
Matei Adriel 2024-02-12 19:07:12 +01:00
parent c1d486fffa
commit 38d959ffc0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
let workflowDir = "${config.home.homeDirectory}/productivity/smos";
in
{
sops.secrets.smos_password.sopsFile = ./secrets.yaml;
sops.secrets.smos_password.sopsFile = ../secrets.yaml;
# {{{ Smos config
programs.smos = {

View file

@ -1,6 +1,6 @@
{ config, ... }:
let
port = 8406;
port = 8407;
host = "warden.moonythm.dev";
in
{