mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
38d090d550
commit
d1cb8c5731
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user