My personal NixOS configurations
nix
Find a file
2023-10-06 00:02:00 +02:00
modules add splash screen for prettier boot 2023-10-06 00:02:00 +02:00
.gitignore convoluted solution looking for a problem 2023-09-24 10:15:53 +02:00
hetzner-vpn1.nix use some unstable pkgs, reorganize hw 2023-10-02 17:14:20 +02:00
LICENSE Create LICENSE 2023-04-04 22:19:39 +02:00
README.md use some unstable pkgs, reorganize hw 2023-10-02 17:14:20 +02:00
vinzenz-lpt.nix disable dedicated graphics by default again 2023-10-02 20:44:44 +02:00
vinzenz-pc2.nix use some unstable pkgs, reorganize hw 2023-10-02 17:14:20 +02:00

nixos-configuration

/ ├── modules │ ├── desktop │ ├── hardware (includes hostname.nix) │ └── users └── hostname.nix (imports modules)

When adding a new host: ln -s ./new-devicename.nix /etc/nixos/configuration.nix

Use sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager to add home manager support.