From 2e1383af0368f73e7ff834e35584123b83d317e9 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 22 Sep 2021 21:21:13 +0200 Subject: [PATCH] flake.nix: add nixosConfigurations.pipebert --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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