Zaktualizuj zależności i dodaj alias pasjans
- Zaktualizowano wpisy w pliku `flake.lock` dla kilku źródeł (np. `home-manager`, `nixpkgs`, `stylix`), aby pobrać najnowsze wersje. - Tymczasowo zakomentowano konfigurację montowania CIFS w `hardware.nix`. - Dodano `anki-bin` do listy klientów w `clients.nix`. - Wprowadzono nowy alias `pasjans` uruchamiający `ttysolitaire` w `programs.nix`.
This commit is contained in:
@@ -21,17 +21,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/mnt/Garand-Library" = {
|
||||
device = "//192.168.1.156/Garand-Library";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
"credentials=/etc/smb-credentials"
|
||||
"uid=1000"
|
||||
"gid=100"
|
||||
"iocharset=utf8"
|
||||
"x-systemd.automount"
|
||||
"x-systemd.idle-timeout=60"
|
||||
"noauto"
|
||||
];
|
||||
};
|
||||
# fileSystems."/mnt/Garand-Library" = {
|
||||
# device = "//192.168.1.156/Garand-Library";
|
||||
# fsType = "cifs";
|
||||
# options = [
|
||||
# "credentials=/etc/smb-credentials"
|
||||
# "uid=1000"
|
||||
# "gid=100"
|
||||
# "iocharset=utf8"
|
||||
# "x-systemd.automount"
|
||||
# "x-systemd.idle-timeout=60"
|
||||
# "noauto"
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
slack
|
||||
ungoogled-chromium
|
||||
docker-client
|
||||
anki-bin
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user