mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor: remove unused keyfile
This commit is contained in:
parent
7014befbe6
commit
73c73c6fa6
@ -14,11 +14,6 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Setup keyfile.
|
||||
boot.initrd.secrets = {
|
||||
"/crypto_keyfile.bin" = null;
|
||||
};
|
||||
|
||||
# Enables wireless support via wpa_supplicant.
|
||||
# networking.wireless.enable = true;
|
||||
|
||||
@ -57,7 +52,8 @@
|
||||
keyMap = "de-latin1-nodeadkeys";
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with `passwd`.
|
||||
# Define a user account.
|
||||
# Don't forget to set a password with `passwd`.
|
||||
users.users.yoda = {
|
||||
isNormalUser = true;
|
||||
description = "Yoda";
|
||||
|
Loading…
Reference in New Issue
Block a user