diff --git a/hosts/nord/configuration.nix b/hosts/nord/configuration.nix index fbe9c98..720d4aa 100644 --- a/hosts/nord/configuration.nix +++ b/hosts/nord/configuration.nix @@ -27,7 +27,7 @@ ../../profiles/mounts/freon-nfs.nix ../../profiles/mounts/reidun-nfs.nix ../../profiles/mounts/meconium-nfs.nix - #../../profiles/mounts/fridge-nfs.nix + /* ../../profiles/mounts/fridge-nfs.nix */ ../../profiles/shell.nix diff --git a/justfile b/justfile index 853117a..19c1224 100644 --- a/justfile +++ b/justfile @@ -23,10 +23,10 @@ update: @update-select: git reset flake.lock git restore flake.lock - nix eval .#inputs --apply builtins.attrNames --json \ - | jq '.[]' -r \ + nix eval .#inputs --apply builtins.attrNames --json 2>/dev/null \ + | (echo --commit-lock-file; jq '.[]' -r | tr '0123456789' '9876543210' | sort | tr '0123456789' '9876543210' | grep -v "^self$") \ | gum choose --no-limit --height=15 \ - | xargs nix flake update --commit-lock-file + | xargs nix flake update #build hostname=`if test -z "${IS_REMOTE_ENV:-}"; then just _a_host_timeout; else echo; fi`: build hostname="": diff --git a/users/pbsds/syncthing.nix b/users/pbsds/syncthing.nix index 502d95f..445c24f 100644 --- a/users/pbsds/syncthing.nix +++ b/users/pbsds/syncthing.nix @@ -27,9 +27,12 @@ options.urAccepted = -1; # disable telemetry # TODO: nox + # TODO: eple # TODO: somehow disable gui # TODO: somehow auto-make a gui user+password # TODO: somehow don't create ~/Sync + # TODO: sync documents folder + # TODO: move state folder # webui http://localhost:8384/ # nix run -- nixpkgs#syncthing generate --config="$HOME"/syncthing/.config/syncthing @@ -48,7 +51,7 @@ lib.mkMerge ] { /* "ntnu".ignorePerms = false; # `false` means sync file permissions */ - "DCIM".devices = [ "bjarte" "sopp" "pjudduzen" ]; + "DCIM".devices = [ "pjudduzen" "bjarte" "sopp" ]; "ntnu".devices = [ "bjarte" "sopp" "rocm" ]; "mihon".devices = [ "pjudduzen" "bjarte" "nord" ]; "ewesticker".devices = [ "pjudduzen" "bjarte" "sopp" "rocm" "nord" ];