mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Flatpak doesn't need to be on cli-only systems
This commit is contained in:
parent
ab1758c1a8
commit
63577aabb9
3 changed files with 17 additions and 11 deletions
|
|
@ -49,16 +49,6 @@
|
|||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
services = {
|
||||
flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"im.riot.Riot"
|
||||
];
|
||||
update.auto = {
|
||||
enable = true;
|
||||
onCalendar = "daily";
|
||||
};
|
||||
};
|
||||
openssh.enable = true;
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
|||
15
modules/system/common/linux/flatpaks.nix
Normal file
15
modules/system/common/linux/flatpaks.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
{ ... }: {
|
||||
services = {
|
||||
flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"im.riot.Riot"
|
||||
];
|
||||
update.auto = {
|
||||
enable = true;
|
||||
onCalendar = "daily";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue