From 2eaeaa9f92ab639a616df0a07a02dea262c38914 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 29 Oct 2024 22:21:55 +0100 Subject: hosts: add schrotti --- flake/nixosConfigurations/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 10df045..694b228 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -52,6 +52,7 @@ in { # ++ defaultModules; #}; thinklappi = mkNixosHost "x86_64-linux" ../../hosts/thinklappi.nix; + schrotti = mkNixosHost "x86_64-linux" ../../hosts/schrotti.nix; thinklappi-bootstrap = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; -- cgit 1.4.1