diff --git a/modules/home/default.nix b/modules/home/default.nix index 8e1b9de..9eef091 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -135,6 +135,7 @@ in freetube dissent discordCanary + vesktop element signal sharing diff --git a/systems/deimos/config/filesystem.nix b/systems/deimos/config/filesystem.nix index cbb9a25..8f1f5a3 100755 --- a/systems/deimos/config/filesystem.nix +++ b/systems/deimos/config/filesystem.nix @@ -73,11 +73,10 @@ in options = deimos.boot.options; }; } - # // (builtins.listToAttrs (map synologyMounts synologyDrives)) - # // (builtins.listToAttrs ( - # builtins.concatMap (drive: map (folder: sambaMounts drive folder) sambaFolders) sambaDrives - # )) - ; + // (builtins.listToAttrs (map synologyMounts synologyDrives)) + // (builtins.listToAttrs ( + builtins.concatMap (drive: map (folder: sambaMounts drive folder) sambaFolders) sambaDrives + )); swapDevices = [ { device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; } @@ -85,7 +84,7 @@ in systemd.tmpfiles.rules = [ "Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -" - # "Z ${config.home-manager.users.${user1}.home.homeDirectory} 0755 ${user1} users -" + "Z ${config.home-manager.users.${user1}.home.homeDirectory} 0755 ${user1} users -" ]; services.udisks2.enable = true;