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:
parent
d58120f2b8
commit
29c5062f1f
10
flake.nix
10
flake.nix
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user