Archived
1
0
forked from rarias/bscpkgs

Rename xeon08 to eudy

From Eudyptula, a little penguin.
This commit is contained in:
2023-06-16 17:16:05 +02:00
parent dfbeafa2b2
commit 2a0fe5a137
10 changed files with 6 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ let
in
{
nixosConfigurations = {
hut = mkConf "hut";
owl1 = mkConf "owl1";
owl2 = mkConf "owl2";
xeon08 = mkConf "xeon08";
hut = mkConf "hut";
owl1 = mkConf "owl1";
owl2 = mkConf "owl2";
eudy = mkConf "eudy";
};
packages.x86_64-linux.hut = self.nixosConfigurations.hut.pkgs;