Compare commits

..

3 commits

Author SHA1 Message Date
Raphael Zimmermann
1db545ebab Extend vpn user docs
All checks were successful
CI / build (push) Successful in 2m49s
Co-authored-by: Fabian Hauser <fabian@fh2.ch>
2025-03-18 16:38:56 +02:00
3a9454bd92 lindberg: Reinstate /boot-secondary
All checks were successful
CI / build (push) Successful in 2m58s
2025-03-06 10:28:24 +02:00
24edc73914 lindberg: Remove old md_data raid 2025-03-06 10:28:24 +02:00

View file

@ -9,12 +9,8 @@
MAILADDR root
ARRAY /dev/md/raid_system metadata=1.2 name=any:raid_system UUID=1becc692:aeb83b67:1c65da45:b8bd4b93
ARRAY /dev/md/raid_data metadata=1.2 name=any:raid_data UUID=576eabb1:0722bc27:84d9314f:d0145000
INACTIVE-ARRAY /dev/md125 metadata=1.2 name=nixos:md_data UUID=b9c36b6d:a2e0fa86:f6dbfe57:857cd0d2
'';
# TODO: RAID Monitoring
# TODO: Set spin-down time of physical disks
services.fwupd.daemonSettings.EspLocation = pkgs.lib.mkForce config.disko.devices.disk.system-1.content.partitions.boot.content.mountpoint;
# Use the systemd-boot EFI boot loader.
@ -28,11 +24,11 @@
path = "/boot-primary";
efiBootloaderId = "NixOS primary";
}
#{
# devices = [ "nodev" ];
# path = "/boot-secondary";
# efiBootloaderId = "NixOS secondary";
#}
{
devices = [ "nodev" ];
path = "/boot-secondary";
efiBootloaderId = "NixOS secondary";
}
];
};
}