Compare commits
No commits in common. "0f5460aa3a0b222909a17540f909d39334f5311a" and "9d6e564216fb601f127d779dcce43402d1a43b6d" have entirely different histories.
0f5460aa3a
...
9d6e564216
1 changed files with 3 additions and 6 deletions
|
@ -89,6 +89,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (import ./system/sshKeys.nix) mySSHKeys;
|
inherit (import ./system/sshKeys.nix) mySSHKeys;
|
||||||
|
# inherit (import ./system/groups.nix) myWslGroups myHardwareGroups;
|
||||||
|
|
||||||
myOptions = { lib, ... }: {
|
myOptions = { lib, ... }: {
|
||||||
options = {
|
options = {
|
||||||
|
@ -122,8 +123,7 @@
|
||||||
./system/nixos-wsl/configuration.nix
|
./system/nixos-wsl/configuration.nix
|
||||||
./system/dotnet_os_codename-workaround.nix
|
./system/dotnet_os_codename-workaround.nix
|
||||||
# Source of this fix file is
|
# Source of this fix file is
|
||||||
# https://github.com/nazarewk-iac/nix-configs
|
# https://github.com/nazarewk-iac/nix-configs/blob/main/modules/ascii-workaround.nix
|
||||||
# /modules/ascii-workaround.nix
|
|
||||||
./system/nix_lix.nix
|
./system/nix_lix.nix
|
||||||
./system/users.nix
|
./system/users.nix
|
||||||
nixos-wsl.nixosModules.wsl
|
nixos-wsl.nixosModules.wsl
|
||||||
|
@ -155,8 +155,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments
|
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
||||||
# to home.nix
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
inherit xil;
|
inherit xil;
|
||||||
|
@ -313,8 +312,6 @@
|
||||||
patches = [ ./home/packages/new_rclone/patches/rclone_8ffe3e462cbf5688c37c54009db09d8dcb486860.diff ];
|
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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue