diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index 772e297..8060725 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -121,8 +121,7 @@ in { url = "https://github.com/0mniteck/Signal-Desktop-Mobian/raw/108f9dd03ac5658457de1b23aae539ef8ab0a716/builds/release/signal-desktop_${version}_arm64.deb"; sha256 = # lib.fakeSha256 - "sha256:15sn0p0jxfs7hka6qhg77vjwblwxcdc10ybrfxc0p5gkpbcqcydc" - ; + "sha256:15sn0p0jxfs7hka6qhg77vjwblwxcdc10ybrfxc0p5gkpbcqcydc"; }; }) ) @@ -297,6 +296,7 @@ in { ]); systemd.user.startServices = true; + services.syncthing.enable = true; services.udiskie = { diff --git a/nix/os/profiles/common/user.nix b/nix/os/profiles/common/user.nix index 3d74166..27b7427 100644 --- a/nix/os/profiles/common/user.nix +++ b/nix/os/profiles/common/user.nix @@ -33,6 +33,7 @@ in { type = types.path; }; + # TODO: test if this works installPassword = lib.mkOption { default = ""; type = types.str;