My NixOS and Home Manager configurations
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix filesystems aspect

quasigod cca10cf2 1b8f1cb9

+2 -1
+1 -1
modules/filesystems.nix
··· 1 1 { lib, ... }: 2 2 { 3 3 styx.filesystems.provides = { 4 - nixos.boot.supportedFilesystems = [ "ntfs" ]; 4 + ntfs.nixos.boot.supportedFilesystems = [ "ntfs" ]; 5 5 zfs.nixos = 6 6 { config, pkgs, ... }: 7 7 {
+1
modules/systems.nix
··· 13 13 <styx/services/syncthing/client> 14 14 <styx/theming> 15 15 <styx/wayland/cosmic> 16 + <styx/filesystems/ntfs> 16 17 17 18 <styx/virt/podman> 18 19 <styx/virt/qemu>