From da1c3b4c88e761923a7a31a3b300a074e5c0f934 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 16 Aug 2024 00:41:33 +0200 Subject: [PATCH] default.nix -> configuration.nix --- flake.nix | 2 +- hosts/asgaut/{default.nix => configuration.nix} | 0 hosts/bjarte/{default.nix => configuration.nix} | 0 hosts/bolle/{default.nix => configuration.nix} | 0 hosts/brumlebasse/{default.nix => configuration.nix} | 0 hosts/eple/{default.nix => configuration.nix} | 0 hosts/garp/{default.nix => configuration.nix} | 0 hosts/hasselknippe/{default.nix => configuration.nix} | 0 hosts/nord/{default.nix => configuration.nix} | 0 hosts/noximilien/{default.nix => configuration.nix} | 0 hosts/sopp/{default.nix => configuration.nix} | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename hosts/asgaut/{default.nix => configuration.nix} (100%) rename hosts/bjarte/{default.nix => configuration.nix} (100%) rename hosts/bolle/{default.nix => configuration.nix} (100%) rename hosts/brumlebasse/{default.nix => configuration.nix} (100%) rename hosts/eple/{default.nix => configuration.nix} (100%) rename hosts/garp/{default.nix => configuration.nix} (100%) rename hosts/hasselknippe/{default.nix => configuration.nix} (100%) rename hosts/nord/{default.nix => configuration.nix} (100%) rename hosts/noximilien/{default.nix => configuration.nix} (100%) rename hosts/sopp/{default.nix => configuration.nix} (100%) diff --git a/flake.nix b/flake.nix index 27761c8..4baa278 100644 --- a/flake.nix +++ b/flake.nix @@ -171,7 +171,7 @@ imports = let ifExists = p: if builtins.pathExists p then p else {}; in [ ./base.nix - "${self}/hosts/${hostname}" # (ifExists "${self}/hosts/${hostname}") + "${self}/hosts/${hostname}/configuration.nix" inputs.sops-nix.nixosModules.sops inputs.home-manager.nixosModule #inputs.nix-index-database.nixosModules.nix-index # TODO: fix? diff --git a/hosts/asgaut/default.nix b/hosts/asgaut/configuration.nix similarity index 100% rename from hosts/asgaut/default.nix rename to hosts/asgaut/configuration.nix diff --git a/hosts/bjarte/default.nix b/hosts/bjarte/configuration.nix similarity index 100% rename from hosts/bjarte/default.nix rename to hosts/bjarte/configuration.nix diff --git a/hosts/bolle/default.nix b/hosts/bolle/configuration.nix similarity index 100% rename from hosts/bolle/default.nix rename to hosts/bolle/configuration.nix diff --git a/hosts/brumlebasse/default.nix b/hosts/brumlebasse/configuration.nix similarity index 100% rename from hosts/brumlebasse/default.nix rename to hosts/brumlebasse/configuration.nix diff --git a/hosts/eple/default.nix b/hosts/eple/configuration.nix similarity index 100% rename from hosts/eple/default.nix rename to hosts/eple/configuration.nix diff --git a/hosts/garp/default.nix b/hosts/garp/configuration.nix similarity index 100% rename from hosts/garp/default.nix rename to hosts/garp/configuration.nix diff --git a/hosts/hasselknippe/default.nix b/hosts/hasselknippe/configuration.nix similarity index 100% rename from hosts/hasselknippe/default.nix rename to hosts/hasselknippe/configuration.nix diff --git a/hosts/nord/default.nix b/hosts/nord/configuration.nix similarity index 100% rename from hosts/nord/default.nix rename to hosts/nord/configuration.nix diff --git a/hosts/noximilien/default.nix b/hosts/noximilien/configuration.nix similarity index 100% rename from hosts/noximilien/default.nix rename to hosts/noximilien/configuration.nix diff --git a/hosts/sopp/default.nix b/hosts/sopp/configuration.nix similarity index 100% rename from hosts/sopp/default.nix rename to hosts/sopp/configuration.nix