all repos — nixfiles @ 1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6

System and user configuration, managed by nix and home-manager

Update satoshipad to 18.03
Alan Pearce alan@alanpearce.eu
Fri, 06 Apr 2018 11:42:53 +0200
commit

1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6

parent

53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d

3 files changed, 1 insertions(+), 3 deletions(-)

jump to
M modules/services/syncthing.nixmodules/services/syncthing.nix
@@ -6,7 +6,6 @@ user = "alan";     group = "users";
     openDefaultPorts = true;
     systemService = true;
-    useInotify = true;
     dataDir = "/home/alan/.config/syncthing";
   };
 }
M modules/services/xserver.nixmodules/services/xserver.nix
@@ -20,7 +20,6 @@ vanilla-dmz 
     hicolor_icon_theme
     adapta-gtk-theme
-    flat-plat
     paper-gtk-theme
     paper-icon-theme
 
M satoshipad.nixsatoshipad.nix
@@ -48,5 +48,5 @@   nix.gc.dates = "12:00";
   system.autoUpgrade.dates = "12:24";
 
-  system.stateVersion = "17.09";
+  system.stateVersion = "18.03";
 }