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
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user