lkajsd
This commit is contained in:
parent
5d083d863f
commit
c4ceeb6435
|
@ -27,7 +27,7 @@
|
||||||
../../profiles/mounts/freon-nfs.nix
|
../../profiles/mounts/freon-nfs.nix
|
||||||
../../profiles/mounts/reidun-nfs.nix
|
../../profiles/mounts/reidun-nfs.nix
|
||||||
../../profiles/mounts/meconium-nfs.nix
|
../../profiles/mounts/meconium-nfs.nix
|
||||||
#../../profiles/mounts/fridge-nfs.nix
|
/* ../../profiles/mounts/fridge-nfs.nix */
|
||||||
|
|
||||||
../../profiles/shell.nix
|
../../profiles/shell.nix
|
||||||
|
|
||||||
|
|
6
justfile
6
justfile
|
@ -23,10 +23,10 @@ update:
|
||||||
@update-select:
|
@update-select:
|
||||||
git reset flake.lock
|
git reset flake.lock
|
||||||
git restore flake.lock
|
git restore flake.lock
|
||||||
nix eval .#inputs --apply builtins.attrNames --json \
|
nix eval .#inputs --apply builtins.attrNames --json 2>/dev/null \
|
||||||
| jq '.[]' -r \
|
| (echo --commit-lock-file; jq '.[]' -r | tr '0123456789' '9876543210' | sort | tr '0123456789' '9876543210' | grep -v "^self$") \
|
||||||
| gum choose --no-limit --height=15 \
|
| 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=`if test -z "${IS_REMOTE_ENV:-}"; then just _a_host_timeout; else echo; fi`:
|
||||||
build hostname="":
|
build hostname="":
|
||||||
|
|
|
@ -27,9 +27,12 @@
|
||||||
options.urAccepted = -1; # disable telemetry
|
options.urAccepted = -1; # disable telemetry
|
||||||
|
|
||||||
# TODO: nox
|
# TODO: nox
|
||||||
|
# TODO: eple
|
||||||
# TODO: somehow disable gui
|
# TODO: somehow disable gui
|
||||||
# TODO: somehow auto-make a gui user+password
|
# TODO: somehow auto-make a gui user+password
|
||||||
# TODO: somehow don't create ~/Sync
|
# TODO: somehow don't create ~/Sync
|
||||||
|
# TODO: sync documents folder
|
||||||
|
# TODO: move state folder
|
||||||
|
|
||||||
# webui http://localhost:8384/
|
# webui http://localhost:8384/
|
||||||
# nix run -- nixpkgs#syncthing generate --config="$HOME"/syncthing/.config/syncthing
|
# nix run -- nixpkgs#syncthing generate --config="$HOME"/syncthing/.config/syncthing
|
||||||
|
@ -48,7 +51,7 @@
|
||||||
lib.mkMerge
|
lib.mkMerge
|
||||||
] {
|
] {
|
||||||
/* "ntnu".ignorePerms = false; # `false` means sync file permissions */
|
/* "ntnu".ignorePerms = false; # `false` means sync file permissions */
|
||||||
"DCIM".devices = [ "bjarte" "sopp" "pjudduzen" ];
|
"DCIM".devices = [ "pjudduzen" "bjarte" "sopp" ];
|
||||||
"ntnu".devices = [ "bjarte" "sopp" "rocm" ];
|
"ntnu".devices = [ "bjarte" "sopp" "rocm" ];
|
||||||
"mihon".devices = [ "pjudduzen" "bjarte" "nord" ];
|
"mihon".devices = [ "pjudduzen" "bjarte" "nord" ];
|
||||||
"ewesticker".devices = [ "pjudduzen" "bjarte" "sopp" "rocm" "nord" ];
|
"ewesticker".devices = [ "pjudduzen" "bjarte" "sopp" "rocm" "nord" ];
|
||||||
|
|
Loading…
Reference in New Issue