1
0
Fork 0

Compare commits

..

No commits in common. "c6cd809f0206be9c310d93816fb310e1694f5896" and "7e5e5acb5852543f597263ac56294e26f61c93cf" have entirely different histories.

2 changed files with 16 additions and 21 deletions

24
flake.lock generated
View file

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

View file

@ -65,19 +65,15 @@
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;
}; };
@ -137,7 +133,6 @@
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: