Add flatpak

This commit is contained in:
thiloho
2024-04-27 13:50:30 +02:00
parent 1eab7e9ba2
commit 64f141f890

View File

@@ -30,6 +30,15 @@
host all all ::1/128 scram-sha-256 host all all ::1/128 scram-sha-256
''; '';
}; };
flatpak.enable = true;
};
systemd.services.flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';
}; };
networking.firewall = { networking.firewall = {
@@ -125,7 +134,6 @@
mullvad-browser mullvad-browser
spotify spotify
insomnia insomnia
dbeaver
]; ];
}; };
}; };