remote install config

This commit is contained in:
2026-04-24 14:48:12 -05:00
parent 015e786e23
commit 613e37d58b
11 changed files with 283 additions and 245 deletions

7
hosts/coven/disk.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [ ../../modules/nixos/disk.nix ];
disk.device = "/dev/nvme0n1";
}