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; [ # systemd.packages = with pkgs; [
tgt # tgt
]; # ];
environment.etc."tgt/targets.conf".text = '' # environment.etc."tgt/targets.conf".text = ''
<target iqn.2019-11.nyanlout.re:steam> # <target iqn.2019-11.nyanlout.re:steam>
backing-store /dev/zvol/loutrepool/steam-lun # backing-store /dev/zvol/loutrepool/steam-lun
initiator-address 10.30.50.3 # initiator-address 10.30.50.3
</target> # </target>
''; # '';
users.groups.acme.members = [ "matrix-synapse" ]; users.groups.acme.members = [ "matrix-synapse" ];