Compare commits

..

3 Commits

7 changed files with 9 additions and 8 deletions

View File

@ -136,8 +136,8 @@
How to use config in an install:
Mount partitions.
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#CONFIG_NAME"
Example for nixosConfigurations.my_nixos_vm:
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#my_nixos_vm"
Example for nixosConfigurations.piplup:
$ sudo nixos-install -v --root /mnt --flake "github:Whovian9369/whovian_nixos_config#piplup"
*/
nixosConfigurations = {
@ -309,11 +309,11 @@
];
};
my_nixos_vm = nixpkgs.lib.nixosSystem {
piplup = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit rom-properties; };
modules = [
./system/my_nixos_vm/configuration.nix
./system/piplup/configuration.nix
# ./system/dotnet_os_codename-workaround.nix
# Source of this fix file is
# https://github.com/nazarewk-iac/nix-configs

View File

@ -122,9 +122,7 @@ in
pkgs.megatools
pkgs.ncdu
pkgs.ndstool
pkgs.nixfmt-classic
# nixfmt was renamed to nixfmt-classic.
# The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style
pkgs.nixfmt-rfc-style
pkgs.progress
pkgs.pyrosimple
pkgs.python3
@ -161,6 +159,9 @@ in
# Just use "nix shell nixpkgs#binutils -c strings -- INPUT"
pkgs.mpv
# Not needed on WSL
pkgs.nixfmt-classic
# nixfmt was renamed to nixfmt-classic.
# The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style
pkgs.p7zip
# Replaced in favour of nixpkgs#_7zz
pkgs.rclone

View File

@ -14,7 +14,7 @@
./vmware.nix # VMWAre Guest Stuff
];
networking.hostName = "my_nixos_vm";
networking.hostName = "piplup";
# Enable nix flakes
nix.settings.experimental-features = [