extrahosts sobotka

This commit is contained in:
2025-07-25 16:48:09 +02:00
parent c31bbca02a
commit ed2acf0522
2 changed files with 4 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
}; };
network = { network = {
enable = true; enable = true;
extraHosts = ''
192.168.88.14 cnst.dev
'';
interfaces = { interfaces = {
"enp6s0" = { "enp6s0" = {
allowedTCPPorts = [22 80 443 8090]; allowedTCPPorts = [22 80 443 8090];

View File

@@ -18,9 +18,7 @@ in {
]; ];
options = { options = {
nixos.programs.hyprland = { nixos.programs.hyprland.enable = mkEnableOption "Enable Hyprland";
enable = mkEnableOption "Enable Hyprland";
};
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {