From f690251f1344e65c1f40492b09f355b0b3b00d6a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 9 Jan 2023 23:07:46 +0100 Subject: toaster: basic config, nixpkgs-fmt --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c85d967..a6a46f9 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,14 @@ system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ + sops-nix.nixosModules.sops ./hosts/toaster + ./modules/basic-tools.nix + ./modules/binary-caches.nix + ./modules/devtools.nix + ./modules/gnupg.nix + ./modules/sway.nix + ./modules/tlp.nix ]; }; -- cgit v1.3.1