Compare commits

...

2 Commits

Author SHA1 Message Date
netali cfaaa82d6f
update flake inputs 2023-11-23 16:16:12 +01:00
netali aa5ed84036
default-config: set state-version to 23.11 2023-11-23 16:11:12 +01:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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