From 6f3a579cd6bfd0f86680797950d38d2ad5874e1e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 27 Nov 2022 15:45:40 +0100 Subject: [PATCH 1/2] home: git: setup global ignores --- home/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/git.nix b/home/git.nix index 1ab8fbf..cf53348 100644 --- a/home/git.nix +++ b/home/git.nix @@ -57,6 +57,11 @@ in { contents = {user = {email = "antoine4.martin@epita.fr";};}; } ]; + + ignores = [ + "/.direnv/" + "/.envrc" + ]; }; }; } From d0402bf51c2d63a2f55ae029da93f9bb33899436 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 27 Nov 2022 15:45:48 +0100 Subject: [PATCH 2/2] zephyrus: docker's back --- hosts/zephyrus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index b267958..721e854 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -83,6 +83,8 @@ }; }; + virtualisation.docker.enable = true; + services = { tlp = { settings = {