Configure elnudrop

This commit is contained in:
Elnu 2023-08-03 17:05:10 -07:00
parent 5b8dbadbb1
commit efa926d33f
11 changed files with 281 additions and 166 deletions

View file

@ -31,6 +31,12 @@ in
gvfs.enable = true; # For Trash
};
networking = {
networkmanager.enable = true;
resolvconf.enable = false; # prevent default nameservers
nameservers = [ "1.1.1.1" "1.0.0.1" ];
};
xdg.portal.enable = true;
environment.systemPackages = with pkgs; [ yubioath-flutter ];
@ -50,6 +56,11 @@ in
# To prevent `Unit dconf.service not found.` after theming GTK in HM
programs.dconf.enable = true;
networking.extraHosts = ''
192.168.0.26 elnuhub
24.199.72.8 elnudrop
'';
#sound.enable = true;
#hardware.pulseaudio.enable = true;
#nixpkgs.config.pulseaudio = true;