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 {
nixosConfigurations = {
dell-laptop = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs;};
modules = [
./hosts/dell-laptop
@ -37,7 +36,6 @@
];
};
seb-desktop = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs;};
modules = [
./hosts/seb-desktop