virtualization
This commit is contained in:
@@ -221,10 +221,13 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.incus.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
networking.nftables.enable = true;
|
||||||
|
|
||||||
# INITIAL system version
|
# INITIAL system version
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|||||||
@@ -10,9 +10,7 @@
|
|||||||
gpr = "git pull --rebase";
|
gpr = "git pull --rebase";
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
shypr = "start-hyprland";
|
shypr = "start-hyprland";
|
||||||
nixrb = "sudo nixos-rebuild switch --flake";
|
nixrb = "sudo nixos-rebuild switch --flake .#$hostname";
|
||||||
|
|
||||||
hscon = "rcon -H 192.168.8.182 -p 25575 -P 'CHANGE_THIS_SECRET'";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user