Manage remote systems

This commit is contained in:
Charlotte Van Petegem 2020-11-26 22:43:02 +01:00
parent c93bae39fa
commit f211bd408b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 239 additions and 0 deletions

View file

@ -46,6 +46,8 @@
nixosConfigurations = {
kharbranth = mkSystem "x86_64-linux" "kharbranth";
kholinar = mkSystem "x86_64-linux" "kholinar";
lasting-integrity = mkSystem "x86_64-linux" "lasting-integrity";
urithiru = mkSystem "x86_64-linux" "urithiru";
};
};
}