containers(wine): Autostart with tmpfiles

This change makes it possible to autostart the wine container without
receiving errors and not being able to use /run/user/1000.
This commit is contained in:
Donovan Glover 2023-08-01 22:21:59 -04:00
parent 38d090d550
commit d1cb8c5731
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,9 +1,14 @@
{ stylix, home-manager, sakaya, ... }:
{
systemd.tmpfiles.rules = [
"d /run/user/1000 0700 user users -"
];
containers.wine = {
privateNetwork = true;
ephemeral = true;
autoStart = true;
hostAddress = "192.168.100.34";
localAddress = "192.168.100.49";