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 = {