Remove Rubble, update flake and such
This commit is contained in:
parent
933e51557d
commit
0b125f96f4
15 changed files with 34 additions and 162 deletions
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
boot.supportedFilesystems = {
|
||||
btrfs = true;
|
||||
ntfs = true;
|
||||
zfs = true;
|
||||
zfs = lib.mkIf config.system.server.enable true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue