1
0
Fork 0

Compare commits

..

2 commits

2 changed files with 21 additions and 16 deletions

24
flake.lock generated
View file

@ -170,11 +170,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723399884, "lastModified": 1723986931,
"narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=", "narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "086f619dd991a4d355c07837448244029fc2d9ab", "rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -206,11 +206,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1723310128, "lastModified": 1724067415,
"narHash": "sha256-IiH8jG6PpR4h9TxSGMYh+2/gQiJW9MwehFvheSb5rPc=", "narHash": "sha256-WJBAEFXAtA41RMpK8mvw0cQ62CJkNMBtzcEeNIJV7b0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "c54cf53e022b0b3c1d3b8207aa0f9b194c24f0cf", "rev": "b09c46430ffcf18d575acf5c339b38ac4e1db5d2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,11 +222,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723637854, "lastModified": 1723991338,
"narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9", "rev": "8a3354191c0d7144db9756a74755672387b702ba",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -275,11 +275,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1723834469, "lastModified": 1724091143,
"narHash": "sha256-PkJTr9DWBQcR5Ru1fJpG80dtw0MLSxAZlKnhHHFAGIA=", "narHash": "sha256-55CrA0BNqmnS4qB812D7JY9hNBB0r36sJlErepkfeTo=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "6858d08ed012bc6491cc92c13142104e56badf31", "rev": "94d70292d0c687ebacb65d00bd516cbefa18d3ca",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -65,15 +65,19 @@
console.keyMap = "de"; console.keyMap = "de";
# Enable CUPS to print documents. # Enable CUPS to print documents.
# Canon Wifi printer was discovered automatically by CUPS.
# No driver installation necessary
# See: https://discourse.nixos.org/t/still-cant-print-after-6-months-canon-mf445dw-at-the-end-of-my-rope/24665/21
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [ #services.printing.drivers = with pkgs; [
cups-bjnp # CUPS back-end for Canon printers # cups-bjnp # CUPS back-end for Canon printers
]; #];
# Enable autodiscovery of network printers # Enable autodiscovery of network printers
services.avahi = { services.avahi = {
enable = true; enable = true;
nssmdns4 = true; #nssmdns4 = true;
nssmdns = true;
openFirewall = true; openFirewall = true;
}; };
@ -133,6 +137,7 @@
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [
"electron-27.3.11" # 2024-06-16: EOL electron for logseq "electron-27.3.11" # 2024-06-16: EOL electron for logseq
"electron-28.3.3" # 2024-06-29: EOL electron for logseq "electron-28.3.3" # 2024-06-29: EOL electron for logseq
"jitsi-meet-1.0.8043"
]; ];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run: