diff --git a/hosts/configuration_server.nix b/hosts/configuration_server.nix index 075751a..4a24d7b 100644 --- a/hosts/configuration_server.nix +++ b/hosts/configuration_server.nix @@ -106,15 +106,6 @@ #flatpak.enable = true; # download flatpak file from website - sudo flatpak install - reboot if not showing up # sudo flatpak uninstall --delete-data (> flatpak list --app) - flatpak uninstall --unused - snapper.configs = { - home = { - subvolume = "/home"; - extraConfig = '' - TIMELINE_CREATE=yes - TIMELINE_CLEANUP=yes - ''; - }; - }; }; nix = { # Nix Package Manager settings