machines: add aramis

This commit is contained in:
Bruno BELANYI 2021-04-02 12:00:21 +00:00
parent cd7c8e2172
commit 6acf9f4a19
6 changed files with 123 additions and 0 deletions

View file

@ -109,6 +109,7 @@
};
nixosConfigurations = lib.mapAttrs buildHost {
aramis = "x86_64-linux";
porthos = "x86_64-linux";
};
};