Cups: Fix ipv4.
This commit is contained in:
parent
12f6808b3e
commit
b556cdd920
|
@ -9,7 +9,7 @@ in
|
|||
# NOTE: Cups server - Share/Allow remote printing on main page.
|
||||
clientConf = ''
|
||||
DigestOptions DenyMD5
|
||||
ServerName home.local
|
||||
ServerName 10.0.0.1
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
@ -376,11 +376,11 @@
|
|||
},
|
||||
"nixpkgsUnstable": {
|
||||
"locked": {
|
||||
"lastModified": 1737469691,
|
||||
"narHash": "sha256-nmKOgAU48S41dTPIXAq0AHZSehWUn6ZPrUKijHAMmIk=",
|
||||
"lastModified": 1738142207,
|
||||
"narHash": "sha256-NGqpVVxNAHwIicXpgaVqJEJWeyqzoQJ9oc8lnK9+WC4=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "9e4d5190a9482a1fb9d18adf0bdb83c6e506eaab",
|
||||
"rev": "9d3ae807ebd2981d593cddd0080856873139aa40",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue