Compare commits

...

3 commits

Author SHA1 Message Date
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
Raphael Zimmermann
01e7baa452 Update issue ur to git.qo.is
All checks were successful
CI / build (push) Successful in 2m33s
2025-03-05 07:25:34 +01:00
2 changed files with 6 additions and 10 deletions

View file

@ -9,7 +9,7 @@ On [vpn.qo.is](https://vpn.qo.is) we run a [Tailscale](https://tailscale.com) co
| `login-server` | `https://vpn.qo.is` | Use our own VPN service and not tailscale's upstream one |
⚠️ Currently, if the client is in an IPv6 network, the transport is broken. See [#51](https://gitlab.com/qo.is/infrastructure/-/issues/51) for progress on this.
⚠️ Currently, if the client is in an IPv6 network, the transport is broken. See [#4](https://git.qo.is/qo.is/infrastructure/issues/4) for progress on this.
## Exit nodes

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";
}
];
};
}