Laptop, desktop, and home lab flake featuring Hyprland, Sway, declarative containers, a reverse proxy, and more.
Find a file
Flake Bot c83cedaf18 flake.lock: update
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-14 06:20:28 +00:00
.github/workflows github: limit fetch depth to 1 2024-06-13 22:03:57 -04:00
_img github: remove unused images 2024-06-10 22:13:40 -04:00
files/wallpapers files: add slateblue wallpaper 2024-06-11 13:31:28 -04:00
homeManagerModules homeManagerModules: updates defaultApps option description 2024-06-13 15:24:04 -04:00
homes home/aly: enable apps.keepassxc 2024-06-12 22:18:37 -04:00
hosts refactor nixosModules with consistency with homeManagerModules 2024-06-11 21:16:05 -04:00
nixosModules base: install inxi by default 2024-06-13 22:00:40 -04:00
secrets secrets: simplified public key loading 2024-06-10 23:14:18 -04:00
.gitignore add .gitignore 2024-04-02 17:48:27 -04:00
flake.lock flake.lock: update 2024-06-14 06:20:28 +00:00
flake.nix flake: reorganize and document inputs 2024-06-11 19:09:00 -04:00
LICENSE.md Create LICENSE.md 2024-03-09 11:58:37 -05:00
README.md README: moved several headings to new wiki 2024-06-10 20:28:32 -04:00

nixcfg

NixOS flake for all of mine + my husband's hosts. Modules for Hyprland (with options for tablet optimizations), Sway, GNOME, and a variety of Home Lab services running on a mix of nix-native and OCI containers. Uses home-manager for managing dotfiles and disko for automatically partioning drives.

Rice

Sway

Sway Tablet Mode

Deploying to NixOS

🔴 Do not deploy this flake unmodified 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 experimental. To enable Flakes, add the following lines to your configuration.nix and rebuild.

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

Alternatively, pass --experimental-features "nix-command flakes" to nix to temporarily use flakes.

Building Flake

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

sudo nixos-rebuild boot --flake github:alyraffauf/nixcfg#$HOSTNAME

Substitute $HOSTNAME for whichever hostname you have chosen. Reboot to apply the flake's configuration for the chosen host.

Installing from Live USB

🔴 This will erase your computer's disk as specified by the host configuration, installing a fresh copy of NixOS. Backup first!

If you want to install NixOS from this flake, run the following commands, ideally from a NixOS live environment, substituting $HOSTNAME with a NixOS configuration specified in flake.nix.

sudo nix --experimental-features "nix-command flakes" run github:alyraffauf/nixcfg -- $HOSTNAME