Compare commits

..

No commits in common. "1dac56ccf589cf9bfde8bc9a87f80133d3ffa0b4" and "8f29881b72061657b8bebfe6dd051fa56e0779a3" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View file

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
lib, lib,
config,
osConfig, osConfig,
... ...
}: let }: let
@ -73,21 +72,5 @@ in {
programs = { programs = {
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
home-manager.enable = true; home-manager.enable = true;
git = {
enable = true;
userName = "Eve Halfmann";
userEmail = "evesnrobins@gmail.com";
extraConfig.init.defaultBranch = "main";
};
openssh = {
hostKeys = [
{
type = "ed25519";
path = "${config.home.username}_${osConfig.networking.hostName}_ed25519";
}
];
};
}; };
} }

View file

@ -31,7 +31,7 @@
zpool = { zpool = {
zroot = { zroot = {
type = "zpool"; type = "zpool";
mode = ""; mode = "mirror";
options.cachefile = "none"; options.cachefile = "none";
rootFsOptions = { rootFsOptions = {
compression = "zstd"; compression = "zstd";