diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 15:14:23 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-15 15:14:23 -0500 |
| commit | 21f682f819934c3fedace641b0cbc8087a32c719 (patch) | |
| tree | 73bacb00cc2d472646223692f784584c5eed26ae /users/timmy/nas.nix | |
| parent | 3141590096b1bc5d4c9d3dfea774d8a3089bd7b2 (diff) | |
| download | nixos-21f682f819934c3fedace641b0cbc8087a32c719.tar.xz nixos-21f682f819934c3fedace641b0cbc8087a32c719.zip | |
cleanup gtk bookmarks and nas
Diffstat (limited to 'users/timmy/nas.nix')
| -rw-r--r-- | users/timmy/nas.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/timmy/nas.nix b/users/timmy/nas.nix index bacb0f0..d878ac9 100644 --- a/users/timmy/nas.nix +++ b/users/timmy/nas.nix @@ -20,6 +20,7 @@ in { }; config = lib.mkIf cfg.enable { + # TODO clean this up fileSystems = lib.optionalAttrs cfg.home.enable { "/media/ingens/backups" = mkNetworkFileSystem "poweredge:/media/ingens/backups" cfg.home.automount; "/media/ingens/tapes" = mkNetworkFileSystem "poweredge:/media/ingens/tapes" cfg.home.automount; |
