diff options
| author | Mike Vink <mike@pionative.com> | 2024-06-19 00:03:54 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-06-19 00:04:23 +0200 |
| commit | 8f7474d4f0c274e1a2c0d748b7dd9e22b4fb39d7 (patch) | |
| tree | da61edea623d4bc40910d9a9d878d7b0e01087d6 /ivi | |
| parent | 30321da3d82f71850f14296aaa5dd50b5816aa07 (diff) | |
should probably split xserver stuff
Diffstat (limited to 'ivi')
| -rw-r--r-- | ivi/ivi.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix index 7622da7..473838b 100644 --- a/ivi/ivi.nix +++ b/ivi/ivi.nix @@ -119,6 +119,12 @@ self: lib: with lib; let "core" ]; }; + vm-aarch64 = { + isStation = true; + profiles = [ + "core" + ]; + }; persephone = { isFake = true; tailnet = { |
