feat(photo01): init #4

Merged
cst1 merged 19 commits from cst1/lab-infra:init_photo01 into main 2024-11-22 14:04:37 +01:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 055fdb9fcf - Show all commits

View file

@ -15,7 +15,6 @@ in
deployment.targetHost = address;
networking = {
hostName = "photoprism";
firewall.allowedTCPPorts = [
22
80

View file

@ -19,6 +19,16 @@
};
fileSystems."/" = {
device = "/dev/disk/by-partlabel/disk-sda-root";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-partlabel/disk-sda-ESP";
fsType = "vfat";
};
networking.useDHCP = lib.mkDefault false;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";

View file

@ -1,4 +1,3 @@
(import ../../../keys).mkSecrets [ "photo01" ] [
# List of secrets for router02
]