From a1a4943664eee94898bb8cd34fd00e097db3808b Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 17 Oct 2024 10:33:14 +0200 Subject: [PATCH] fixed typo --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flake.nix b/flake.nix index c5d9ff8..31867e3 100644 --- a/flake.nix +++ b/flake.nix @@ -64,6 +64,16 @@ ]; }; + dionysos = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { + inherit specialArgs; + }; + modules = [ + + ./hosts/dionysos/configuration.nix + ]; + }; }; isos = {