From 5b8d09f2d7ebb7a1670c695af5761353d5b76d7e Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 7 Sep 2025 20:48:46 -0700 Subject: create drive abstractions and entry points for disko --- nix/systems/spontaneity/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix/systems/spontaneity/default.nix') diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index 3aa0a39..5460428 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -1,14 +1,14 @@ { config, lib, ... }: { imports = [ + ../includes.nix # nixos-anywhere generates this file ./hardware-configuration.nix - ../../disko/vda-simple.nix - ../../modules/default.nix - ../home.nix + ../../disko/drive-bios.nix ]; config = { monorepo = { + vars.device = "/dev/vda"; profiles = { server.enable = true; ttyonly.enable = true; -- cgit v1.3