From fbc6be2648f2b068172b99413c125c02cf849841 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 12 Sep 2026 12:15:04 -0500 Subject: [PATCH] virtualization --- configuration.nix | 3 +++ home-manager/programs/fish.nix | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index fe1ddf9..9102551 100755 --- a/configuration.nix +++ b/configuration.nix @@ -221,10 +221,13 @@ ]; }; + virtualisation.incus.enable = true; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.enable = true; + networking.nftables.enable = true; # INITIAL system version system.stateVersion = "24.11"; diff --git a/home-manager/programs/fish.nix b/home-manager/programs/fish.nix index fb05dc2..9b3ced0 100644 --- a/home-manager/programs/fish.nix +++ b/home-manager/programs/fish.nix @@ -10,9 +10,7 @@ gpr = "git pull --rebase"; gl = "git log"; shypr = "start-hyprland"; - nixrb = "sudo nixos-rebuild switch --flake"; - - hscon = "rcon -H 192.168.8.182 -p 25575 -P 'CHANGE_THIS_SECRET'"; + nixrb = "sudo nixos-rebuild switch --flake .#$hostname"; }; functions = {