This repository has been archived on 2023-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-old-flake-config/README.org

841 B

Declare all the things!

My NixOS desktop configuration for ZFS as root filesystem.

Original README.org from ne9z

This repo contains a minimal set of configuration needed for installing NixOS on a computer with ZFS as root filesystem.

.gitignore
LICENSE
configuration.nix   <- configuration shared by all hosts
flake.lock
flake.nix
hosts/exampleHost/default.nix  <- per-host configuration
hosts/exampleHost/sshUnlock.txt
modules/boot/default.nix
modules/default.nix
modules/fileSystems/default.nix
modules/networking/default.nix
modules/users/default.nix

Just enough to get you started.

See my personal dotfiles repo for an example of how to configure servers and desktop computers in the same git repository, based on this template repo you are viewing now.