I love editing comments!
This commit is contained in:
parent
4daf78c70d
commit
1d355731d4
26
flake.nix
26
flake.nix
|
@ -91,21 +91,21 @@
|
|||
inherit (import ./system/sshKeys.nix) mySSHKeys;
|
||||
in
|
||||
{
|
||||
# Notes
|
||||
/*
|
||||
$ nix build .#nixosConfigurations.<hostname>.config.system.build.toplevel
|
||||
should let me build the system config without calling "nixos-rebuild"
|
||||
# Notes
|
||||
/*
|
||||
$ nix build .#nixosConfigurations.<hostname>.config.system.build.toplevel
|
||||
should let me build the system config without calling "nixos-rebuild"
|
||||
|
||||
$ nix build .#nixosConfigurations.nixos-wsl.config.system.build.toplevel
|
||||
should let me build the "nixos-wsl" system config.
|
||||
$ nix build .#nixosConfigurations.nixos-wsl.config.system.build.toplevel
|
||||
should let me build the "nixos-wsl" system config.
|
||||
|
||||
How to build ISO:
|
||||
Building .#nixosConfigurations.isoimage-pc.config.system.build.isoImage
|
||||
should build ISO to "result" (or other set) symlink.
|
||||
Alternatively, use:
|
||||
- nix build -L .#packages.x86_64-linux.build_isoimage-pc
|
||||
- nix build -L .#build_isoimage-pc
|
||||
*/
|
||||
How to build ISO:
|
||||
Building .#nixosConfigurations.isoimage-pc.config.system.build.isoImage
|
||||
should build ISO to "result" (or other set) symlink.
|
||||
Alternatively, use:
|
||||
- nix build -L .#packages.x86_64-linux.build_isoimage-pc
|
||||
- nix build -L .#build_isoimage-pc
|
||||
*/
|
||||
|
||||
nixosConfigurations = {
|
||||
nixos-wsl = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Reference in New Issue