about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 11:12:51 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-04 11:12:51 +0100
commit70efa84ed6f988b9d19a919e746cb3a931d97d87 (patch)
tree444afe33c80f8782c4a8b3aca7711d4d3b26ffba
parentfix(modules/legacy/mail): Add missing `helper` attribute key (diff)
downloadnixos-config-70efa84ed6f988b9d19a919e746cb3a931d97d87.zip
refactor(flake/nixosModules/common.nix): Move to `modules/common`
This file is commonly edited, when a module is changed. As such moving
it to the `modules` directory, is an obvious decision.
-rw-r--r--flake/nixosConfigurations/default.nix2
-rw-r--r--modules/common/abstract-nord.png (renamed from flake/nixosConfigurations/abstract-nord.png)bin140219 -> 140219 bytes
-rw-r--r--modules/common/default.nix (renamed from flake/nixosConfigurations/common.nix)0
3 files changed, 1 insertions, 1 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix
index 59720c76..0c2f8c90 100644
--- a/flake/nixosConfigurations/default.nix
+++ b/flake/nixosConfigurations/default.nix
@@ -39,7 +39,7 @@
     serverphone.nixosModules.default
 
     ../../modules
-    ./common.nix
+    ../../modules/common
   ];
 
   specialArgs = {
diff --git a/flake/nixosConfigurations/abstract-nord.png b/modules/common/abstract-nord.png
index 5ef498bf..5ef498bf 100644
--- a/flake/nixosConfigurations/abstract-nord.png
+++ b/modules/common/abstract-nord.png
Binary files differdiff --git a/flake/nixosConfigurations/common.nix b/modules/common/default.nix
index 232c329d..232c329d 100644
--- a/flake/nixosConfigurations/common.nix
+++ b/modules/common/default.nix