From 64b853f016686efc2a14b20bef318ea322e8d370 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 17 Oct 2024 10:24:57 +0200 Subject: t14: 83 current 2024-10-17 10:24:44 24.05.20241004.6e6b3dd 6.6.54 * --- machines/t14/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'machines/t14') diff --git a/machines/t14/default.nix b/machines/t14/default.nix index acb9b2c..69b8c64 100644 --- a/machines/t14/default.nix +++ b/machines/t14/default.nix @@ -4,6 +4,7 @@ [ # Include the results of the hardware scan. ../base.nix ../../modules/media-drive.nix + ../../modules/obsidian-livesync.nix ../x220-gnome/pass.nix ./hardware-configuration.nix ../x220-gnome/pn.nix @@ -13,6 +14,12 @@ networking.networkmanager.enable = true; networking.hostName = "t14"; + services.obsidian-livesync = { + enable = true; + domain = "test.localhost"; + couchdb.adminPass = "123"; + }; + # Set your time zone. time.timeZone = "Europe/Warsaw"; -- cgit 1.4.1