Merge branch 'main' of github.com:itepastra/nixconf
This commit is contained in:
commit
585b1b1b54
1 changed files with 18 additions and 16 deletions
|
|
@ -299,6 +299,7 @@
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "root";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
wants = [
|
||||
"network-online.target"
|
||||
|
|
@ -306,6 +307,7 @@
|
|||
after = [
|
||||
"network-online.target"
|
||||
];
|
||||
restartIfChanged = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue