Compare commits
No commits in common. "ee7e69700d87185a070c56f3770dc96c1f94581b" and "9f9f985ca783595ecd22ab71c82eae4f0787400c" have entirely different histories.
ee7e69700d
...
9f9f985ca7
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue