mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01: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 {
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue