machines: add aramis

This commit is contained in:
Bruno BELANYI 2021-04-02 12:00:21 +00:00
parent 9690b0b14b
commit 63791a98a4
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";
};
};