Remove duplicate system architecture settings

This commit is contained in:
SebastianStork 2024-03-23 23:34:42 +01:00
parent ffde669c2d
commit f7c25e1d1b

View file

@ -29,7 +29,6 @@
in { in {
nixosConfigurations = { nixosConfigurations = {
dell-laptop = nixpkgs.lib.nixosSystem { dell-laptop = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/dell-laptop ./hosts/dell-laptop
@ -37,7 +36,6 @@
]; ];
}; };
seb-desktop = nixpkgs.lib.nixosSystem { seb-desktop = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/seb-desktop ./hosts/seb-desktop