Compare commits

..

No commits in common. "0f5460aa3a0b222909a17540f909d39334f5311a" and "9d6e564216fb601f127d779dcce43402d1a43b6d" have entirely different histories.

1 changed files with 3 additions and 6 deletions

View File

@ -89,6 +89,7 @@
};
inherit (import ./system/sshKeys.nix) mySSHKeys;
# inherit (import ./system/groups.nix) myWslGroups myHardwareGroups;
myOptions = { lib, ... }: {
options = {
@ -122,8 +123,7 @@
./system/nixos-wsl/configuration.nix
./system/dotnet_os_codename-workaround.nix
# Source of this fix file is
# https://github.com/nazarewk-iac/nix-configs
# /modules/ascii-workaround.nix
# https://github.com/nazarewk-iac/nix-configs/blob/main/modules/ascii-workaround.nix
./system/nix_lix.nix
./system/users.nix
nixos-wsl.nixosModules.wsl
@ -155,8 +155,7 @@
};
};
# Optionally, use home-manager.extraSpecialArgs to pass arguments
# to home.nix
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
extraSpecialArgs = {
system = "x86_64-linux";
inherit xil;
@ -313,8 +312,6 @@
patches = [ ./home/packages/new_rclone/patches/rclone_8ffe3e462cbf5688c37c54009db09d8dcb486860.diff ];
}
);
build_isoimage-pc = self.nixosConfigurations.isoimage-pc.config.system.build.isoImage;
external_xil = xil.packages.x86_64-linux.xil;
};
};
}