diff options
-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"; |