🚚 (hosts) rename configuration.nix to default.nix

This commit is contained in:
Laureηt 2023-06-21 19:45:19 +02:00
parent 53e91ee98b
commit 8c15b99636
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
3 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = attrs; specialArgs = attrs;
modules = [ modules = [
./hosts/neodymium/configuration.nix ./hosts/neodymium
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
agenix.nixosModules.default agenix.nixosModules.default
lanzaboote.nixosModules.lanzaboote lanzaboote.nixosModules.lanzaboote
@ -65,7 +65,7 @@
nixosConfigurations.hydrogen = nixpkgs.lib.nixosSystem { nixosConfigurations.hydrogen = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./hosts/hydrogen/configuration.nix ./hosts/hydrogen
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
agenix.nixosModules.default agenix.nixosModules.default
lanzaboote.nixosModules.lanzaboote lanzaboote.nixosModules.lanzaboote