Laptop, desktop, and home lab flake featuring Hyprland, Sway, declarative containers, a reverse proxy, and more.
Find a file
2024-03-05 20:45:58 -05:00
.github/workflows Create check-flake.yml 2024-03-05 01:41:31 -05:00
_img added kde screenshots 2024-03-05 20:38:11 -05:00
desktop added xsettings to kde 2024-03-05 20:17:27 -05:00
home added github desktop to home config 2024-03-05 19:05:48 -05:00
hosts Update default.nix 2024-03-04 17:40:35 -05:00
modules added oci plex, audiobookshelf, and transmission oci containers to homelab config 2024-03-05 15:19:01 -05:00
system added networkmanager by default to network settings 2024-03-05 20:17:39 -05:00
users modularized users and programs 2024-03-03 12:58:27 -05:00
flake.lock moved to FlakeHub for tracking latest stable channels 2024-03-05 17:54:51 -05:00
flake.nix switched rustboro to plasma 2024-03-05 20:17:52 -05:00
README.md typo 15->16GB 2024-03-05 20:45:58 -05:00

nixcfg

Hosts

Petalburg

Lenovo Yoga 9i Gen 8 convertible running nixos-unstable. Core i7 1360P, 16GB RAM, 512GB SSD. Runs GNOME, home directory managed by home-manager.

Rustboro

Thinkpad T440p running nixos-unstable. Uses KDE Plasma 6. Home directory managed by home-manager.

Mauville

Gaming desktop & home lab running Slateblue, a customized Fedora Silverblue image made with BlueBuild. Home directory managed by home-manager. Ryzen 5 2600, 16GB RAM, Radeon RX 6700.

Deploying to NixOS

🔴 READ: Do not deploy this flake directly to your machine. It won't work. This is my own NixOS and home-manager flake for my personal devices. Each hardware-configuration is host-specific. If you fork this repository, replace them with the hardware-configuration.nix that NixOS generates for you.

Enabling Flakes

While widely used and considered stable, flakes are still considered eperimental. To enable Flakes, add the following lines to your configuration.nix and rebuild.

nix.settings.experimental-features = [ "nix-command" "flakes" ];

Building Flake

In order to deploy this Flake on your host, run the following command:

sudo nixos-rebuild boot --flake github:alyraffauf/nixcfg

Reboot to apply the flake's configuration for the chosen host.