feat/nix #3
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
# Set your time zone.
|
||||
time.timeZone = "Europe/Paris";
|
||||
|
||||
console.keyMap = "fr"
|
||||
console.keyMap = "fr";
|
||||
|
||||
# Nix
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
name = "crypted";
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
askPassword = true;
|
||||
# askPassword = true;
|
||||
};
|
||||
content = {
|
||||
type = "lvm_pv";
|
||||
|
|
Loading…
Reference in a new issue