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

28 lines
841 B
Org Mode

* 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.
#+begin_src text
.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
#+end_src
Just enough to get you started.
See [[https://github.com/ne9z/personal-dotfiles][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.