From 6e47b5a49309554723837a826860903f3ad4f4d5 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 21 May 2021 14:12:41 -0400 Subject: [PATCH] add riko --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 2eb29cc..81d6de6 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,10 @@ system = "x86_64-linux"; modules = [ ./machines/nanachi/configuration.nix ]; }; + "riko" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ ./machines/riko/configuration.nix ]; + }; "neetdev" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./machines/neet.dev/configuration.nix ];