Compare commits

...

2 Commits

@ -1,7 +1,10 @@
from nixos/nix
from nixos/nix:2.19.2
run cp /etc/nix/nix.conf /etc/nix/nix.conf.nolink
run rm /etc/nix/nix.conf
run mv /etc/nix/nix.conf.nolink /etc/nix/nix.conf
run echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
run nix-channel --update
run nix-env -iA nixpkgs.deploy-rs

@ -718,11 +718,11 @@
"utils": "utils_10"
},
"locked": {
"lastModified": 1700340363,
"narHash": "sha256-5Ee/+60I3PtNLNkNxB8pk5rrjRSSiJcH1fAP/VGC/F4=",
"lastModified": 1701567559,
"narHash": "sha256-eiJ3+w9NSY3hYHJxHQskxZLSb5xGXWSsHigwefCo7oE=",
"ref": "refs/heads/main",
"rev": "6f7f70a55546d4bc503c3d8310e175f733021550",
"revCount": 63,
"rev": "6afe0d00acb0f058bf3b8b9c396af7f29c307eb5",
"revCount": 68,
"type": "git",
"url": "http://git.tempest.dev/ashe/tempest.dev"
},

@ -8,7 +8,6 @@
ashe.services."tempest.dev".enable = true;
ashe.services."tempest.dev".domain = "tempest.dev";
ashe.services."tempest.dev".port = 4442;
ashe.services.tempest-secret.enable = true;
ashe.services.tempest-secret.domain = "tempest.dev";

Loading…
Cancel
Save