add flatpak and flathub

This commit is contained in:
2026-08-14 11:06:41 -05:00
parent 819094baa2
commit 68e5ac6f6b

View File

@@ -9,6 +9,13 @@
};
};
services = {
flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
'';
};
tailscaled = {
serviceConfig = {
Environment = [