diff options
author | Alan Pearce | 2017-10-05 16:29:42 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-05 16:29:42 +0200 |
commit | 0cdb66dc99af6cfb54a8369d08ac6b288e6afcd2 (patch) | |
tree | bd7eb2999abfbb604643f937dec99b9f9ba7a007 | |
parent | ade92d2d093b5f4f535cefeff11713c82c15dae5 (diff) | |
download | nixfiles-0cdb66dc99af6cfb54a8369d08ac6b288e6afcd2.tar.lz nixfiles-0cdb66dc99af6cfb54a8369d08ac6b288e6afcd2.tar.zst nixfiles-0cdb66dc99af6cfb54a8369d08ac6b288e6afcd2.zip |
satoshipad: Update system state version
-rw-r--r-- | satoshipad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satoshipad.nix b/satoshipad.nix index 56ee7b45..1b2ce21a 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -47,5 +47,5 @@ nix.gc.dates = "12:00"; system.autoUpgrade.dates = "12:24"; - system.stateVersion = "17.03"; + system.stateVersion = "17.09"; } |