mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
34 lines
1.2 KiB
SYSTEMD
34 lines
1.2 KiB
SYSTEMD
|
# Automatically generated by /nix/store/00000000000000000000000000000000-podman/lib/systemd/user-generators/podman-user-generator
|
||
|
#
|
||
|
# Automatically generated by home-manager for podman network configuration
|
||
|
# DO NOT EDIT THIS FILE DIRECTLY
|
||
|
#
|
||
|
# my-net.network
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[X-Network]
|
||
|
Gateway=192.168.1.1
|
||
|
Label=nix.home-manager.managed=true
|
||
|
NetworkName=my-net
|
||
|
Options=isolate=true
|
||
|
PodmanArgs=--ipam-driver dhcp
|
||
|
PodmanArgs=--dns=192.168.55.1
|
||
|
PodmanArgs=--log-level=debug
|
||
|
Subnet=192.168.1.0/24
|
||
|
|
||
|
[Service]
|
||
|
Environment=PATH=/run/wrappers/bin:/usr/bin:/bin:/usr/sbin:/sbin:/nix/store/00000000000000000000000000000000-shadow/bin:/nix/store/00000000000000000000000000000000-coreutils/bin
|
||
|
ExecStartPre=/nix/store/00000000000000000000000000000000-await-podman-unshare
|
||
|
RemainAfterExit=yes
|
||
|
TimeoutStartSec=15
|
||
|
ExecStart=/nix/store/00000000000000000000000000000000-podman/bin/podman network create --ignore --subnet=192.168.1.0/24 --gateway=192.168.1.1 --opt isolate=true --label nix.home-manager.managed=true --ipam-driver dhcp --dns=192.168.55.1 --log-level=debug my-net
|
||
|
Type=oneshot
|
||
|
SyslogIdentifier=%N
|
||
|
|
||
|
[Unit]
|
||
|
After=network.target
|
||
|
Description=Service for network my-net
|
||
|
RequiresMountsFor=%t/containers
|