Old NixOS config with flakes
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.
Go to file
Jeffrey Serio 2966f206ea Add git config safe.directory /etc/nixos 2023-07-06 11:41:41 -05:00
hosts Add git config safe.directory /etc/nixos 2023-07-06 11:41:41 -05:00
modules Add nexus host 2023-07-04 08:51:21 -05:00
.gitignore Initial commit 2023-07-02 11:09:41 -05:00
LICENSE Initial commit 2023-07-02 11:09:41 -05:00
README.org Update README.org 2023-07-02 11:16:16 -05:00
configuration.nix Add nexus host 2023-07-04 08:51:21 -05:00
flake.lock flake.lock: Update 2023-07-06 09:09:32 -05:00
flake.nix Initial commit 2023-07-02 11:09:41 -05:00

README.org

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.