forked from mirrors_public/oddlama_nix-config
feat: remove preference about disabling udisks2
This commit is contained in:
parent
42e591327f
commit
564907d987
3 changed files with 33 additions and 34 deletions
|
@ -22,8 +22,7 @@ in {
|
|||
boot.kernelParams = ["log_buf_len=10M"];
|
||||
environment.etc."nixos/configuration.nix".source = dummyConfig;
|
||||
|
||||
# Disable unnecessary stuff from the nixos defaults.
|
||||
services.udisks2.enable = false;
|
||||
# Disable sudo which is entierly unnecessary.
|
||||
security.sudo.enable = false;
|
||||
|
||||
rekey.hostPubkey = ../../secrets/pubkeys + "/${config.networking.hostName}.pub";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue