ninurta: Add storage

This commit is contained in:
Tim Schubert 2023-06-17 21:35:06 +02:00
parent 0c9c4ef704
commit d8f717cf23
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 16 additions and 16 deletions

View file

@ -70,13 +70,6 @@ in
};
};
fileSystems."/mnt/storage" = {
device = "/dev/disk/by-uuid/a34e36fc-d7dd-4ceb-93c4-48f9c2727cb7";
mountPoint = "/mnt/storage";
neededForBoot = false;
options = [ "nofail" ];
};
# TODO enable
# dadada.borgServer = {
# enable = true;
@ -91,7 +84,7 @@ in
};
services.hydra = {
enable = true;
enable = false;
package = pkgs.hydra-unstable;
hydraURL = "https://hydra.dadada.li";
notificationSender = "hydra@localhost";