Skip to content

Instantly share code, notes, and snippets.

View almino's full-sized avatar

Almino almino

View GitHub Profile
@almino
almino / nfs-home.nix
Last active November 29, 2023 01:30
Servarr configuration example for NixOS
{ lib, ... }:
{
fileSystems."/export/1tb" = {
device = "/dev/disk/by-uuid/64de61f9-c996-4c22-a045-066782140a1c";
label = "HD do antigo notebook";
noCheck = true;
options = lib.mkDefault [
"defaults"
"x-gvfs-show"