1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: remove preference about disabling udisks2

This commit is contained in:
oddlama 2023-01-30 22:36:44 +01:00
parent 42e591327f
commit 564907d987
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 33 additions and 34 deletions

View file

@ -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";