Compare commits

..

No commits in common. "ee7e69700d87185a070c56f3770dc96c1f94581b" and "9f9f985ca783595ecd22ab71c82eae4f0787400c" have entirely different histories.

1 changed files with 0 additions and 23 deletions

View File

@ -1,27 +1,4 @@
{
boot = {
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
editor = false;
};
};
};
nix = {
settings = {
# Enable flakes and new 'nix' command
experimental-features = "nix-command flakes";
# Deduplicate and optimize nix store
auto-optimise-store = true;
};
};
nixpkgs.config = {
allowUnfree = true;
};
networking = {
hostName = "HermitCollective";
domain = "hermitcollective.net";