From 7aab8237a53caaa33ec2f791e2cd9b3d34e1e541 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 13 Jul 2023 00:20:29 +0100 Subject: [PATCH] Odin: garage gateway --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 304db30..b177522 100644 --- a/flake.nix +++ b/flake.nix @@ -174,6 +174,7 @@ ./nixos_modules/pentablet.nix ./nixos_modules/steam-link.nix ./nixos_modules/kdeconnect.nix + ./nixos_modules/garage.nix ] ++ homeManagerModules ++ [ { home-manager.users.bertof = import ./odin/hm.nix; } ];