diff options
author | Alan Pearce | 2018-04-06 11:42:53 +0200 |
---|---|---|
committer | Alan Pearce | 2018-04-06 11:42:53 +0200 |
commit | 1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6 (patch) | |
tree | 13f3cd146f2c4a59ffa1754f3f200bca11340285 | |
parent | 53f4bcf710f8515e2cee2a0c4bcb52b0c261c73d (diff) | |
download | nixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.lz nixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.tar.zst nixos-configuration-1fbab7eb7e43ccbaea352edcf6f4cdc4f240dea6.zip |
Update satoshipad to 18.03
-rw-r--r-- | modules/services/syncthing.nix | 1 | ||||
-rw-r--r-- | modules/services/xserver.nix | 1 | ||||
-rw-r--r-- | satoshipad.nix | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 5a3e1d6..b6a1286 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 792714b..718a98d 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 ad934e2..77fc2ab 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"; } |