Merge branch 'main' of https://git.lilyanderson.xyz/lily/LiNix
This commit is contained in:
@@ -62,7 +62,7 @@ flake.nixosModules.lily-desktop = { pkgs, ... }:{
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
networking.firewall.allowedTCPPorts = [ 22 80 ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
self.nixosModules.localization
|
||||
self.nixosModules.applications
|
||||
self.nixosModules.utilities
|
||||
self.nixosModules.early
|
||||
#self.nixosModules.early
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
self.nixosModules.nginx
|
||||
self.nixosModules.rtl_sdr
|
||||
self.nixosModules.utilities
|
||||
self.nixosModules.early
|
||||
#self.nixosModules.early
|
||||
|
||||
self.nixosModules.lily
|
||||
self.nixosModules.localization
|
||||
|
||||
Reference in New Issue
Block a user