diff --git a/modules/home/default.nix b/modules/home/default.nix index 9eef091..8e1b9de 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -135,7 +135,6 @@ in freetube dissent discordCanary - vesktop element signal sharing diff --git a/systems/deimos/config/filesystem.nix b/systems/deimos/config/filesystem.nix index 8f1f5a3..cbb9a25 100755 --- a/systems/deimos/config/filesystem.nix +++ b/systems/deimos/config/filesystem.nix @@ -73,10 +73,11 @@ 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"; } @@ -84,7 +85,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;