summaryrefslogtreecommitdiff
path: root/depo/hidor-kahih
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-24 15:52:25 -0700
committerBen Sima <ben@bsima.me>2019-05-24 15:52:25 -0700
commit15f11a570d495e9c0f36cca748134c42ab0bdd0e (patch)
treee7c3f539f624980ec1d7c4d6ac22156ab618d762 /depo/hidor-kahih
parent5e9e8ce0c1a55b9cfa601ebc7af65dfb0cc0b929 (diff)
stub tarsnap setup
not sure if i actually want tarsnap, i mean i do, but idk...
Diffstat (limited to 'depo/hidor-kahih')
-rw-r--r--depo/hidor-kahih/configuration.nix10
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";