1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-26 07:43:45 +01:00

chore: rename hathor to anubis

This commit is contained in:
Thomas Boerger 2022-11-22 11:15:02 +01:00
parent d58120f2b8
commit 29c5062f1f
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -77,8 +77,8 @@
in
{
nixosConfigurations = {
chnum = mkComputer
./desktops/chnum
anubis = mkComputer
./desktops/anubis
"x86_64-linux"
[
./profiles/thomas
@ -87,8 +87,8 @@
# ./profiles/tabea
];
hathor = mkComputer
./desktops/hathor
chnum = mkComputer
./desktops/chnum
"x86_64-linux"
[
./profiles/thomas
@ -149,8 +149,8 @@
];
};
anubis = self.nixosConfigurations.anubis.config.system.build.toplevel;
chnum = self.nixosConfigurations.chnum.config.system.build.toplevel;
hathor = self.nixosConfigurations.hathor.config.system.build.toplevel;
osiris = self.nixosConfigurations.osiris.config.system.build.toplevel;
niflheim = self.nixosConfigurations.niflheim.config.system.build.toplevel;