Remove flatpak systemd intialization service

This commit is contained in:
thiloho
2024-05-05 00:50:32 +02:00
parent 819b6026d2
commit 690d799363
3 changed files with 4 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub io.dbeaver.DBeaverCommunity

View File

@@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, pkgs, ... }:
{
imports = [

View File

@@ -33,14 +33,6 @@
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 = {
allowedTCPPorts = [ 53317 ];
allowedUDPPorts = [ 53317 ];