diff options
Diffstat (limited to 'nix/systems/spontaneity')
| -rw-r--r-- | nix/systems/spontaneity/default.nix | 6 |
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; |
