mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: enable server module, disable zfs pool
This commit is contained in:
parent
0514d04adf
commit
71081eb600
1 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
networking.hostName = "dandelion";
|
||||
|
||||
liv.server.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.8043"
|
||||
"olm-3.2.16"
|
||||
|
|
@ -36,7 +38,7 @@
|
|||
trim.enable = true;
|
||||
};
|
||||
|
||||
boot.zfs.extraPools = [ "terrabite" ];
|
||||
# boot.zfs.extraPools = [ "terrabite" ];
|
||||
|
||||
# fileSystems."/terrabite/main" = {
|
||||
# device = "terrabite/main";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue