From d3bf17835ebe1d4ba048ec6133f229c297f173c5 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 1 May 2026 19:40:55 -0300 Subject: [PATCH] feat(disko): disko configurations in flake file --- flake.nix | 5 +++++ hosts/battleship/disko.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3eaf4eb..43baf2b 100644 --- a/flake.nix +++ b/flake.nix @@ -185,6 +185,11 @@ }; }); + diskoConfigurations = { + "battleship" = import ./hosts/battleship/disko.nix; + "dreadnought" = import ./hosts/dreadnought/disko.nix; + }; + nixosModules = { neovim = inputs.neovim.nixosModules.default; }; diff --git a/hosts/battleship/disko.nix b/hosts/battleship/disko.nix index ffe7cd3..bcfe9c7 100644 --- a/hosts/battleship/disko.nix +++ b/hosts/battleship/disko.nix @@ -84,7 +84,7 @@ content = { type = "filesystem"; format = "ext4"; - mountpoint = "/"; + mountpoint = "/run/media/cryptstorage"; }; }; };