diff options
Diffstat (limited to 'machines/t14/default.nix')
-rw-r--r-- | machines/t14/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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"; |