mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Nyx: prepare for zfs (need to wait for 6.12 so I can stay on lts)
This commit is contained in:
parent
f9314f93b3
commit
8474eaeec6
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
# supportedFilesystems = [ "zfs" ];
|
||||
# zfs = {
|
||||
# forceImportRoot = false;
|
||||
# package = pkgs.zfs_unstable;
|
||||
# };
|
||||
kernelPackages = pkgs.linuxPackages_zen;
|
||||
kernel = {
|
||||
sysctl ={
|
||||
|
@ -35,6 +40,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "nyx";
|
||||
hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName);
|
||||
networkmanager.enable = true;
|
||||
stevenblack = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue