@cryptotaxi247 / infra / commits / 5ecc52ce

lucifer: Remove NFS stuff

Eelco Dolstra committed Oct 17, 2020 at 22:08 UTC 5ecc52ceb7ef78901f08b5ba408f031944a082d2
1 file changed -5
delft/lucifer.nix
-5
@@ -49,11 +49,6 @@ with lib;
49
50 fileSystems."/data".device = "/dev/disk/by-label/data";
51
52 - fileSystems."/backup-tud" =
53 - { device = "172.16.26.5://vol/vol_backup_linux_fbs_ewi_buildfarm_lucifer/qt_backup_linux_fbs_ewi_buildfarm_lucifer";
54 - fsType = "nfs4";
55 - };
56 -
52 users.extraUsers.rbvermaa =
53 { description = "Rob Vermaas";
54 home = "/home/rbvermaa";