Setup gitolite

This commit is contained in:
Daniel Frank 2019-11-08 22:24:15 +01:00
commit 7f2ba45f29
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 17 additions and 0 deletions

View file

@ -22,6 +22,11 @@
fsType = "ext4";
};
fileSystems."/srv/gitolite" =
{ device = "/dev/disk/by-uuid/5c846acb-aa67-466d-a0a3-31d1f778bf4d";
fsType = "ext4";
};
# encrypt the swap device. why not.
# needs the UUID of the partition, as the swap id will be lost on every boot.
swapDevices =