Donovan Glover bd7c1d553b
meta: Add network example
This is a working example of using the modules in our existing
configuration to start a network of virtual machines with
nixos-build-vms. Note that VMs take longer to start up in this case than
nixos-rebuild build-vm, and that said VMs may lack certain functionality
(such as dynamic resolution in GNOME) that would otherwise be present
with build-vm.

Although networks are certainly cute (and I'm glad that I feel familiar
with them thanks to my better understanding of Nix), they do seem less
convenient than nixos-rebuild build-vm and don't appear to support Nix
flakes. Networks therefore seem more useful for running multiple one-off
services that couldn't otherwise be ran in a container.
2023-06-18 08:09:44 -04:00
2023-06-17 20:55:32 -04:00
2023-06-17 22:43:01 -04:00
2023-06-17 22:46:29 -04:00
2023-06-18 08:09:44 -04:00
2023-06-18 08:09:44 -04:00
2023-06-16 12:47:36 -04:00
2023-06-17 20:55:32 -04:00
2023-06-16 12:47:36 -04:00
2023-06-18 08:09:44 -04:00
2023-05-10 22:19:36 -04:00
2023-06-16 13:58:48 -04:00
2023-06-16 14:15:37 -04:00
2023-04-30 19:37:54 -04:00
2023-06-16 06:20:39 -04:00
2023-06-12 03:48:15 -04:00

nix-config

My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.

Features

  • Clean, readable code that can be easily modified to add/remove things as needed.
  • Fully reproducible and declarative environment thanks to NixOS.
  • Reasonably secure containers isolated from your personal files and network.
  • Nix Flakes + Home Manager + Btrfs on LUKS.
  • Simple yet effective Neovim setup with nvim-lspconfig.
  • Modern Wayland support with Hyprland and the master-stack layout.
  • Full Japanese support with fonts, input method, and wine covered.
  • A universal color scheme inherited by all applications.

Usage

git clone https://github.com/donovanglover/nix-config && cd nix-config
nixos-rebuild build-vm --flake .#nixos
./result/bin/run-nixos-vm

The code base is designed to be small so it's easy to adjust things as needed. Have fun!

Description
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Readme MIT 34 MiB
Languages
Nix 100%