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