fin
This commit is contained in:
14
iocaine.nix
Normal file
14
iocaine.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
systemd.services.iocaine = {
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "";
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
wantedBy = ["multi-user.target"];
|
||||
};
|
||||
environment.etc."iocaine.lua" = {
|
||||
text = "";
|
||||
mode = "664";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user