From 5d902840e46a3c7b9ceaaa6547ed7b417686eab9 Mon Sep 17 00:00:00 2001 From: devhell Date: Thu, 25 Mar 2021 14:37:38 +0000 Subject: machines/*: Default to original configuration Let's keep it simple, everything else seems to just end in tears. --- machines/devhell/eir.nix | 1 - machines/devhell/herja.nix | 1 - machines/devhell/hildr.nix | 1 - machines/devhell/sigrun.nix | 1 - 4 files changed, 4 deletions(-) (limited to 'machines/devhell') diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix index 4a41f586..03b29829 100644 --- a/machines/devhell/eir.nix +++ b/machines/devhell/eir.nix @@ -96,7 +96,6 @@ }; syncthing = { enable = true; - user = "dev"; }; }; diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index f428f7fa..bf8fe4d9 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -119,7 +119,6 @@ }; syncthing = { enable = true; - user = "dev"; }; }; diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 0c2a2b05..7ea5fd36 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -110,7 +110,6 @@ }; syncthing = { enable = true; - user = "dev"; }; }; diff --git a/machines/devhell/sigrun.nix b/machines/devhell/sigrun.nix index cab4a9ff..1f386a4c 100644 --- a/machines/devhell/sigrun.nix +++ b/machines/devhell/sigrun.nix @@ -106,7 +106,6 @@ }; syncthing = { enable = true; - user = "dev"; }; }; -- cgit 1.4.1