mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Remove duplicate system architecture settings
This commit is contained in:
parent
ffde669c2d
commit
f7c25e1d1b
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue