Pallas: fixes & apps
This commit is contained in:
parent
e95ac132b7
commit
1c4e23191b
2 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ let
|
||||||
"com.runningwithcrayons.Alfred"
|
"com.runningwithcrayons.Alfred"
|
||||||
"com.sindresorhus.Dato-setapp"
|
"com.sindresorhus.Dato-setapp"
|
||||||
"com.tapbots.Ivory"
|
"com.tapbots.Ivory"
|
||||||
|
"net.pornel.ImageOptim"
|
||||||
];
|
];
|
||||||
|
|
||||||
new-windows-to-main = false;
|
new-windows-to-main = false;
|
||||||
|
|
2
justfile
2
justfile
|
@ -17,7 +17,7 @@ build-local-machine target type=defaultLocalType:
|
||||||
[group('build')]
|
[group('build')]
|
||||||
build-remote-machine target type=defaultRemoteType:
|
build-remote-machine target type=defaultRemoteType:
|
||||||
nom build --eval-store auto \
|
nom build --eval-store auto \
|
||||||
--store 'ssh-ng://root@{{target}}.ts.kempkens.network' \
|
--store 'ssh-ng://root@{{target}}' \
|
||||||
'.#{{type}}Configurations.{{target}}.config.system.build.toplevel'
|
'.#{{type}}Configurations.{{target}}.config.system.build.toplevel'
|
||||||
|
|
||||||
# Deploy to a local machine
|
# Deploy to a local machine
|
||||||
|
|
Loading…
Reference in a new issue