diff options
author | Ben Sima <ben@bsima.me> | 2019-05-24 15:52:25 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-24 15:52:25 -0700 |
commit | 15f11a570d495e9c0f36cca748134c42ab0bdd0e (patch) | |
tree | e7c3f539f624980ec1d7c4d6ac22156ab618d762 /depo | |
parent | 5e9e8ce0c1a55b9cfa601ebc7af65dfb0cc0b929 (diff) |
stub tarsnap setup
not sure if i actually want tarsnap, i mean i do, but idk...
Diffstat (limited to 'depo')
-rw-r--r-- | depo/hidor-kahih/configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/depo/hidor-kahih/configuration.nix b/depo/hidor-kahih/configuration.nix index 2238e05..d3172e3 100644 --- a/depo/hidor-kahih/configuration.nix +++ b/depo/hidor-kahih/configuration.nix @@ -96,6 +96,16 @@ printing.enable = true; + tarsnap = { + enable = false; + archives = { + ben-home = { + directories = [ + ]; + }; + }; + }; + xserver = { enable = true; layout = "us"; |