about summary refs log tree commit diff
path: root/machines/t14/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/t14/default.nix')
-rw-r--r--machines/t14/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/machines/t14/default.nix b/machines/t14/default.nix
index 69b8c64..acb9b2c 100644
--- a/machines/t14/default.nix
+++ b/machines/t14/default.nix
@@ -4,7 +4,6 @@
 		[ # 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
@@ -14,12 +13,6 @@
 	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";