diff --git a/flake.nix b/flake.nix index 38aec483..b7818384 100644 --- a/flake.nix +++ b/flake.nix @@ -211,6 +211,11 @@ system = "aarch64-linux"; }; + pipebert = nixosSystem' { + modules = [ ./hosts/pipebert ]; + system = "aarch64-linux"; + }; + yggdrasil = nixosSystem' { modules = [ ./hosts/containers/yggdrasil