🚚 (hosts) rename configuration.nix to default.nix
This commit is contained in:
parent
53e91ee98b
commit
8c15b99636
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue