No mo abavorana

This commit is contained in:
Geoffrey Frogeye 2025-04-06 22:43:01 +02:00
parent 1fb1498148
commit 2ce896491b
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 0 additions and 16 deletions

View file

@ -1,10 +0,0 @@
{ ... }:
{
config = {
frogeye = {
name = "abavorana";
storageSize = "big";
syncthing.name = "Abavorana";
};
};
}

View file

@ -212,10 +212,6 @@
}; };
nixOnDroidConfigurations.sprinkles = lib.nixOnDroidConfiguration { }; nixOnDroidConfigurations.sprinkles = lib.nixOnDroidConfiguration { };
# Fake systems # Fake systems
nixosConfigurations.abavorana = lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./abavorana/standin.nix ];
};
nixosConfigurations.morton = lib.nixosSystem { nixosConfigurations.morton = lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ ./morton/standin.nix ]; modules = [ ./morton/standin.nix ];

View file

@ -28,8 +28,6 @@ let
]; ];
# MANU pass vivarium/lemmy/remote-builds/cache | nix key convert-secret-to-public | cat # MANU pass vivarium/lemmy/remote-builds/cache | nix key convert-secret-to-public | cat
publicKeys = [ publicKeys = [
"ludwig.frogeye.fr:jTlN0fCOLU49M3LQw5j/u++Gmwrsv3m9RGs0slSg6r0="
"abavorana.frogeye.fr:rcKZ9gwaIQLcst/vbhbF7meUQD5sveT2QQN4a+Zo1BM="
"morton.frogeye.fr:rSjbCZ4mgXkb+ENKI7sk/KIbftlQzCTQA7pWkdfS2r4=" "morton.frogeye.fr:rSjbCZ4mgXkb+ENKI7sk/KIbftlQzCTQA7pWkdfS2r4="
]; ];
in in