commit 80e4e7e098550dff5b7d1f10b63d7091a9c25279
parent c153a084c0e50a614071e195cdf1b22cd166e951
Author: vin <vin@vineetk.net>
Date: Wed, 8 Jan 2025 19:45:00 +0000
fix demiurge
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/home.nix b/home.nix
@@ -39,7 +39,7 @@
sessionVariables = {
EDITOR = "emacs";
- VISUAL = "emacs -nw"
+ VISUAL = "emacs -nw";
PAGER = "less";
LESS = "-iR";
LESSHISTFILE = "/dev/null";
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
@@ -15,7 +15,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+ boot.zfs.extraPools = [ "hgst" "backup" "data_warm" ];
+
networking.hostName = "demiurge"; # Define your hostname.
+ networking.hostId = "cafebabe";
# Pick only one of the below networking options.
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.