extrahosts sobotka
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user