Enabled remote deploy and removed ZFS from the kernel supported filesystems

This commit is contained in:
Filippo Berto 2023-01-10 17:35:47 +01:00
parent 556591b9d9
commit b88cc04996
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 12 additions and 39 deletions

View file

@ -216,6 +216,7 @@
./nixos_modules/bertof_user.nix
./nixos_modules/distributed.nix
./nixos_modules/remote-deploy.nix
./nixos_modules/extended_registry.nix
./nixos_modules/zerotier.nix
./nixos_modules/installer.nix
@ -290,6 +291,7 @@
# ({nixosModules,...}: "${nixosModules}/installer/sd-card/sd-image-aarch64.nix")
./freya/configuration.nix
{ home-manager.users.bertof = import ./freya/hm.nix; }
({ lib, ... }: { boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ]; })
];
};
};