Compare commits
2 Commits
1c2cd59f1f
...
b3c6e951ee
| Author | SHA1 | Date | |
|---|---|---|---|
| b3c6e951ee | |||
| 44ac6ce262 |
@@ -15,7 +15,7 @@
|
||||
htop
|
||||
btop
|
||||
neofetch
|
||||
killall
|
||||
psmisc # fuser, killal, pstree
|
||||
|
||||
# Files
|
||||
zip
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./vars.nix
|
||||
@@ -16,9 +16,6 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Set the kernel to be compatible with ZFS
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
networking.hostName = "mcp"; # Define your hostname.
|
||||
networking.hostId = "5e292f2d"; # Define a host ID for ZFS with `head -c 8 /etc/machine-id`
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
Reference in New Issue
Block a user