From 6943166a2c5ae887948052792853b3dc322c2645 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 13 Aug 2024 21:45:00 +0200 Subject: [PATCH] modules/system-info: drop --- modules/part.nix | 2 -- modules/system-info/default.nix | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 modules/system-info/default.nix diff --git a/modules/part.nix b/modules/part.nix index 3a6afcb..1ce9db6 100644 --- a/modules/part.nix +++ b/modules/part.nix @@ -29,7 +29,6 @@ in reflection = ./reflection; shell-config = ./shell-config; ssh = ./ssh; - system-info = ./system-info; system-recovery = ./system-recovery; systemd-extras = ./systemd-extras; tested = ./tested; @@ -56,7 +55,6 @@ in motd networking nix-config-server - system-info system-recovery tested ]; diff --git a/modules/system-info/default.nix b/modules/system-info/default.nix deleted file mode 100644 index af865d4..0000000 --- a/modules/system-info/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ depot, ... }: - -{ - system.configurationRevision = depot.rev or null; -}