feat: enable flatpak
This commit is contained in:
parent
b248ac20df
commit
9d86f09fcf
@ -163,11 +163,12 @@ in
|
||||
};
|
||||
networking.interfaces.enp6s0.useDHCP = true;
|
||||
|
||||
services.xserver = {
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
xserver = {
|
||||
videoDrivers = [ "amdgpu" ];
|
||||
};
|
||||
virtualisation.podman.enable = true;
|
||||
services.postgresql = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
enableTCPIP = true;
|
||||
authentication = pkgs.lib.mkOverride 10 ''
|
||||
@ -183,6 +184,8 @@ in
|
||||
GRANT ALL PRIVILEGES ON DATABASE harmony TO patriot;
|
||||
'';
|
||||
};
|
||||
};
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user