moving to code server
This commit is contained in:
parent
c545378c35
commit
786ca732aa
4 changed files with 31 additions and 27 deletions
|
|
@ -10,7 +10,6 @@
|
|||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
boot.plymouth.enable = true;
|
||||
# Localization
|
||||
time.timeZone = "America/Detroit";
|
||||
i18n = {
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@
|
|||
networkmanager.enable = true; #Enable Network Manager
|
||||
firewall = {
|
||||
checkReversePath = "loose";
|
||||
allowedTCPPorts = [];
|
||||
allowedUDPPorts = [];
|
||||
allowedTCPPorts = [8081];
|
||||
allowedUDPPorts = [
|
||||
8081
|
||||
2053
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gparted
|
||||
bluez
|
||||
blueman
|
||||
nerdfonts
|
||||
|
|
@ -27,5 +28,6 @@
|
|||
spotify
|
||||
zulip
|
||||
vscode
|
||||
pkgs.python311Packages.python-kasa
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue