From 3a9454bd92b2d1d0cea1ade1f8047a480a95c0f6 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Wed, 5 Mar 2025 21:42:30 +0200 Subject: [PATCH] lindberg: Reinstate /boot-secondary --- nixos-configurations/lindberg/filesystems.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos-configurations/lindberg/filesystems.nix b/nixos-configurations/lindberg/filesystems.nix index 8ab29e5..d8b39b4 100644 --- a/nixos-configurations/lindberg/filesystems.nix +++ b/nixos-configurations/lindberg/filesystems.nix @@ -24,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"; + } ]; }; }