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