1
0
Fork 0

Pallas: fixes & apps

This commit is contained in:
Daniel Kempkens 2024-11-09 00:27:59 +01:00
parent e95ac132b7
commit 1c4e23191b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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