Compare commits
2 commits
9d6e564216
...
0f5460aa3a
Author | SHA1 | Date | |
---|---|---|---|
0f5460aa3a | |||
ac94275b93 |
1 changed files with 6 additions and 3 deletions
|
@ -89,7 +89,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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 = {
|
||||||
|
@ -123,7 +122,8 @@
|
||||||
./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/blob/main/modules/ascii-workaround.nix
|
# https://github.com/nazarewk-iac/nix-configs
|
||||||
|
# /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,7 +155,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
# Optionally, use home-manager.extraSpecialArgs to pass arguments
|
||||||
|
# to home.nix
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
inherit xil;
|
inherit xil;
|
||||||
|
@ -312,6 +313,8 @@
|
||||||
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