From d28098ac8df805114277e4e25f1da50965bc47c8 Mon Sep 17 00:00:00 2001 From: Dennis <52411861+DerDennisOP@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:03:16 +0100 Subject: [PATCH] Feature/factorio (#108) * add factorio * add factorio server * add new user --- systems/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/configuration.nix b/systems/configuration.nix index f251140..71e4d61 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -136,6 +136,7 @@ enableCompletion = true; enableBashCompletion = true; ohMyZsh.enable = true; + shellAliases.update = "sudo nixos-rebuild switch --fast --accept-flake-config --flake /root/dotfiles#${config.networking.hostName} -L |& nom"; autosuggestions = { enable = true; strategy = [ "completion" ];