summaryrefslogtreecommitdiff
path: root/nix/systems/spontaneity
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-07 20:48:46 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-07 20:48:46 -0700
commit5b8d09f2d7ebb7a1670c695af5761353d5b76d7e (patch)
tree7cd2d1d4a30012e325c38d5bda65e83e6a48b5d6 /nix/systems/spontaneity
parent5146b2fa654b469eaf425345797d58f0126de4b9 (diff)
create drive abstractions and entry points for disko
Diffstat (limited to 'nix/systems/spontaneity')
-rw-r--r--nix/systems/spontaneity/default.nix6
1 files changed, 3 insertions, 3 deletions
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;