my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

davfs2: init

june 7d0683f6 a6cd8019

+7 -1
+3
modules/base/services/davfs2.nix
··· 1 + { 2 + services.davfs2.enable = true; 3 + }
+4 -1
modules/base/services/default.nix
··· 1 1 { 2 - imports = [ ./openssh.nix ]; 2 + imports = [ 3 + ./openssh.nix 4 + ./davfs2.nix 5 + ]; 3 6 }