feat/nix #3
2 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue