Remove shiori startup script
This commit is contained in:
parent
5c782037d8
commit
7d7d824f23
2 changed files with 0 additions and 10 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./hosted-services.nix
|
./hosted-services.nix
|
||||||
./security.nix
|
./security.nix
|
||||||
./system.nix
|
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ inputs, config, pkgs, libs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
system.activationScripts.shiori.text = ''
|
|
||||||
mkdir -p /data/shiori
|
|
||||||
chown shiori:hosted /data/shiori
|
|
||||||
ln -sfn /var/lib/shiori/* /data/shiori/
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue