Compare commits

..

No commits in common. "cfaaa82d6f83647e96709e80d3109c72237521da" and "a9153b7c4c032c8765c516de70cb787aba40cc3a" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1700390070, "lastModified": 1698611440,
"narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=", "narHash": "sha256-jPjHjrerhYDy3q9+s5EAsuhyhuknNfowY6yt6pjn9pc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb", "rev": "0cbe9f69c234a7700596e943bfae7ef27a31b735",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -31,7 +31,7 @@
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
system.stateVersion = "23.11"; system.stateVersion = "23.05";
networking.hostName = "$TARGET_HOSTNAME"; networking.hostName = "$TARGET_HOSTNAME";