Aktualizacja systemu. Przywrócenie mapowania dysku sieciowego. Usunięcie deklaracji zakładek librewolf.

This commit is contained in:
installer
2025-04-09 01:25:35 +02:00
parent d566527584
commit 81d8cc061a
3 changed files with 30 additions and 661 deletions

42
flake.lock generated
View File

@@ -89,18 +89,17 @@
}, },
"firefox-addons": { "firefox-addons": {
"inputs": { "inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1743861198, "lastModified": 1744140214,
"narHash": "sha256-PzbPHoSI5U1juWd01Spf3ST7ylR9mQ84v5p7NksBplY=", "narHash": "sha256-iZIA22PlVXMbBA3Df/SmbVj45CiikSofrSCwVT+xNYU=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "7408ed5bbc9009741094f4dd4cc1abec79e79e7e", "rev": "8d9af93d292ef141354d32a91dca041ce324b109",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -164,21 +163,6 @@
} }
}, },
"flake-utils": { "flake-utils": {
"locked": {
"lastModified": 1629284811,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c5d161cc0af116a2e17f54316f0bf43f0819785c",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": { "inputs": {
"systems": [ "systems": [
"stylix", "stylix",
@@ -287,11 +271,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743869639, "lastModified": 1744138333,
"narHash": "sha256-Xhe3whfRW/Ay05z9m1EZ1/AkbV1yo0tm1CbgjtCi4rQ=", "narHash": "sha256-l0Vjq1EZoYTfWImVmwsvMEuIdasrBRRCoNTV0rNtYi0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d094c6763c6ddb860580e7d3b4201f8f496a6836", "rev": "760eed59594f2f258db0d66b7ca4a5138681fd97",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -303,11 +287,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743827369, "lastModified": 1743964447,
"narHash": "sha256-rpqepOZ8Eo1zg+KJeWoq1HAOgoMCDloqv5r2EAa9TSA=", "narHash": "sha256-nEo1t3Q0F+0jQ36HJfbJtiRU4OI+/0jX/iITURKe3EE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "42a1c966be226125b48c384171c44c651c236c22", "rev": "063dece00c5a77e4a0ea24e5e5a5bd75232806f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -357,7 +341,7 @@
"base16-vim": "base16-vim", "base16-vim": "base16-vim",
"firefox-gnome-theme": "firefox-gnome-theme", "firefox-gnome-theme": "firefox-gnome-theme",
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"flake-utils": "flake-utils_2", "flake-utils": "flake-utils",
"git-hooks": "git-hooks", "git-hooks": "git-hooks",
"gnome-shell": "gnome-shell", "gnome-shell": "gnome-shell",
"home-manager": [ "home-manager": [
@@ -375,11 +359,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1743888894, "lastModified": 1744150938,
"narHash": "sha256-FZG4+KaspfpmDbTeOA3CfsIFqrOWW9j/K6wNgpge17s=", "narHash": "sha256-MakfYLYXBM4n1JS8En0QDDGFpSEuKfU1WZa9kBBtEbw=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "9a3fb931fdfc5d6be48dc3c90fe775aada78efba", "rev": "c8bc1c1d9ec5f3c852da40983ae0e9cfe775dbda",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -21,16 +21,17 @@
}; };
}; };
# fileSystems."/mnt/Garand-Library" = { fileSystems."/mnt/Garand-Library" = {
# device = "//192.168.1.156/Garand-Library"; device = "//192.168.1.156/Garand-Library";
# fsType = "cifs"; fsType = "cifs";
# options = [ options = [
# "rw" # Odczyt i zapis "credentials=/etc/smb-credentials"
# "uid=1000" # UID użytkownika montującego (np. 1000 to często UID pierwszego użytkownika) "uid=1000"
# "gid=100" # GID grupy użytkownika montującego "gid=100"
# "file_mode=0775" # Uprawnienia dla plików "iocharset=utf8"
# "dir_mode=0775" # Uprawnienia dla katalogów "x-systemd.automount"
# "credentials=/etc/smb-credentials" "x-systemd.idle-timeout=60"
# ]; "noauto"
# }; ];
};
} }

File diff suppressed because one or more lines are too long