mirror of
https://github.com/0x1d/nix.git
synced 2025-12-15 14:18:23 +01:00
add more apps and services
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
networking = {
|
||||
|
||||
hostName = "nixos";
|
||||
networkmanager.enable = true;
|
||||
|
||||
nameservers = [ "192.168.1.1" "9.9.9.9" "2620:fe::fe" ];
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "none";
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPortRanges = [
|
||||
@@ -14,7 +15,5 @@
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user