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