From 352c1856875c14437d3db7e3e34da5c5a1ddcc8d Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 26 Apr 2023 02:16:53 +0100 Subject: Add nixpad configuration --- hosts/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index 36a8b85..e12b1f6 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -20,4 +20,16 @@ in { homes ]; }; + + nixpad = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs outputs;}; + modules = [ + # this list defines which files will be imported to be used as "modules" in the system config + ./nixpad/configuration.nix + + # use the nixos-module for home-manager + home-manager + homes + ]; + }; } -- cgit v1.2.3-54-g00ecf