tgt: disable

This commit is contained in:
nyanloutre 2020-03-02 22:40:01 +01:00
parent 551cf94d4e
commit 5d755bf63b
1 changed files with 9 additions and 9 deletions

View File

@ -293,16 +293,16 @@ in
# };
# };
systemd.packages = with pkgs; [
tgt
];
# systemd.packages = with pkgs; [
# tgt
# ];
environment.etc."tgt/targets.conf".text = ''
<target iqn.2019-11.nyanlout.re:steam>
backing-store /dev/zvol/loutrepool/steam-lun
initiator-address 10.30.50.3
</target>
'';
# environment.etc."tgt/targets.conf".text = ''
# <target iqn.2019-11.nyanlout.re:steam>
# backing-store /dev/zvol/loutrepool/steam-lun
# initiator-address 10.30.50.3
# </target>
# '';
users.groups.acme.members = [ "matrix-synapse" ];