No description
a080a07b21
In order not to conflict with different kinds of configurations, i.e. nixos disk images, don't have core profile import file-systems. Instead declare `fileSystems` individually in host profiles. |
||
---|---|---|
.git-crypt | ||
hosts | ||
lib | ||
local | ||
modules | ||
pkgs | ||
profiles | ||
secrets | ||
users/nrd | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
configuration.nix | ||
COPYING | ||
flake.lock | ||
flake.nix | ||
README.md |
Introduction
This project is under construction as a rewrite of my legacy NixOS configuration, using the experimental flakes mechanism.
Flake Talk
setup:
{
nix.package = nixFlakes;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
}
sans NixOS:
# nix-env -f '<nixpkgs>' -iA nixFlakes
# echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
License
This software is licensed under the MIT License.
Note: MIT license does not apply to the packages built by this configuration, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included here, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.