added nix toolbox
This commit is contained in:
parent
df6bc8c3b4
commit
2ac7aebcb0
3 changed files with 41 additions and 0 deletions
14
files/system/usr/lib/systemd/user/nix-toolbox-create.service
Normal file
14
files/system/usr/lib/systemd/user/nix-toolbox-create.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Ensure nix-toolbox container is available for this user
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/nix-toolbox-ensure
|
||||
RemainAfterExit=yes
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue