summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-04-06 11:42:53 +0200
committerAlan Pearce2018-04-06 11:42:53 +0200
commit1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (patch)
tree13f3cd146f2c4a59ffa1754f3f200bca11340285
parent53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d (diff)
downloadnixfiles-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.lz
nixfiles-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.zst
nixfiles-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.zip
Update satoshipad to 18.03
-rw-r--r--modules/services/syncthing.nix1
-rw-r--r--modules/services/xserver.nix1
-rw-r--r--satoshipad.nix2
3 files changed, 1 insertions, 3 deletions
diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix
index 5a3e1d6e..b6a12861 100644
--- a/modules/services/syncthing.nix
+++ b/modules/services/syncthing.nix
@@ -6,7 +6,6 @@
     group = "users";
     openDefaultPorts = true;
     systemService = true;
-    useInotify = true;
     dataDir = "/home/alan/.config/syncthing";
   };
 }
diff --git a/modules/services/xserver.nix b/modules/services/xserver.nix
index 792714bf..718a98d5 100644
--- a/modules/services/xserver.nix
+++ b/modules/services/xserver.nix
@@ -20,7 +20,6 @@
 
     hicolor_icon_theme
     adapta-gtk-theme
-    flat-plat
     paper-gtk-theme
     paper-icon-theme
 
diff --git a/satoshipad.nix b/satoshipad.nix
index ad934e2a..77fc2abb 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -48,5 +48,5 @@
   nix.gc.dates = "12:00";
   system.autoUpgrade.dates = "12:24";
 
-  system.stateVersion = "17.09";
+  system.stateVersion = "18.03";
 }