yggdrasil: small changes
This commit is contained in:
parent
9e56e41ce6
commit
ffd8d0fed3
5 changed files with 12 additions and 5 deletions
|
|
@ -82,7 +82,7 @@ topLevel: {
|
|||
};
|
||||
|
||||
fileSystems."/mnt/pi_share" = {
|
||||
device = "cholli@192.168.178.2:/storage/";
|
||||
device = "cholli@192.168.178.2:/storage/cholli/";
|
||||
fsType = "sshfs";
|
||||
|
||||
options = [
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
trim.enable = true;
|
||||
};
|
||||
|
||||
fileSystems."/home".neededForBoot = true;
|
||||
|
||||
disko.devices = {
|
||||
disk = {
|
||||
x = {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
extraModulePackages = with config.boot.kernelPackages; [ r8125 ];
|
||||
blacklistedKernelModules = [ "r8169" ];
|
||||
|
||||
kernelParams = [ "split_lock_detect=off" ];
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue