fix(Zephyrus): Fixed typo

This commit is contained in:
GaspardCulis 2024-09-20 16:54:41 +02:00
parent ebef97a0a9
commit 159c155428
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
console.keyMap = "fr" console.keyMap = "fr";
# Nix # Nix
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -23,7 +23,7 @@
name = "crypted"; name = "crypted";
settings = { settings = {
allowDiscards = true; allowDiscards = true;
askPassword = true; # askPassword = true;
}; };
content = { content = {
type = "lvm_pv"; type = "lvm_pv";