Forgot to commit other piplup
-related name changes.
This commit is contained in:
parent
edf0e2bb3c
commit
5ea1b528d4
2 changed files with 5 additions and 5 deletions
|
@ -136,8 +136,8 @@
|
||||||
How to use config in an install:
|
How to use config in an install:
|
||||||
Mount partitions.
|
Mount partitions.
|
||||||
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#CONFIG_NAME"
|
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#CONFIG_NAME"
|
||||||
Example for nixosConfigurations.my_nixos_vm:
|
Example for nixosConfigurations.piplup:
|
||||||
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#my_nixos_vm"
|
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#piplup"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
@ -309,11 +309,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
my_nixos_vm = nixpkgs.lib.nixosSystem {
|
piplup = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit rom-properties; };
|
specialArgs = { inherit rom-properties; };
|
||||||
modules = [
|
modules = [
|
||||||
./system/my_nixos_vm/configuration.nix
|
./system/piplup/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
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
./vmware.nix # VMWAre Guest Stuff
|
./vmware.nix # VMWAre Guest Stuff
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "my_nixos_vm";
|
networking.hostName = "piplup";
|
||||||
|
|
||||||
# Enable nix flakes
|
# Enable nix flakes
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
|
|
Loading…
Reference in a new issue