summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix16
1 files changed, 3 insertions, 13 deletions
diff --git a/sif.nix b/sif.nix
index 22949186..47269270 100644
--- a/sif.nix
+++ b/sif.nix
@@ -120,16 +120,6 @@
120 xterm.enable = false; 120 xterm.enable = false;
121 }; 121 };
122 122
123 windowManager = {
124 default = "xmonad";
125 xmonad = {
126 enable = true;
127 extraPackages = haskellPackages: (with haskellPackages;
128 [ xmonad-contrib hostname libnotify aeson temporary parsec network]
129 );
130 };
131 };
132
133 wacom.enable = true; 123 wacom.enable = true;
134 multitouch.enable = true; 124 multitouch.enable = true;
135 libinput.enable = true; 125 libinput.enable = true;
@@ -383,14 +373,14 @@
383 ''; 373 '';
384 374
385 services.borgbackup = { 375 services.borgbackup = {
386 snapshots = "btrfs"; 376 snapshots = "lvm";
387 prefix = "yggdrasil.midgard.sif."; 377 prefix = "yggdrasil.midgard.sif.";
388 targets = { 378 targets = {
389 "munin" = { 379 "munin" = {
390 repo = "borg.munin:borg"; 380 repo = "borg.munin:borg";
391 paths = [ "/home/gkleen" ]; 381 paths = [ "/home" ];
392 prune = { 382 prune = {
393 "home-gkleen" = 383 "home" =
394 [ "--keep-within" "24H" 384 [ "--keep-within" "24H"
395 "--keep-daily" "31" 385 "--keep-daily" "31"
396 "--keep-monthly" "12" 386 "--keep-monthly" "12"