From c8a482296605a8ed0b4c6a0331d5b9edb28d62c0 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 15 Mar 2024 22:16:05 +0100 Subject: [PATCH] waa --- hosts/server/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 376d283..4f75c0d 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page, on # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). -{ modulesPath, pkgs, inputs, nix-colors, ... }: +{ modulesPath, pkgs, inputs, lib, nix-colors, ... }: { imports = @@ -105,10 +105,10 @@ services.openssh.enable = true; programs.zsh.enable = true; - programs.zsh.shellAliases = { + programs.zsh.shellAliases = lib.mkForce ({ utest = "sudo nixos-rebuild test --flake github:itepastra/nixconf#server"; update = "sudo nixos-rebuild switch --flake github:itepastra/nixconf#server"; - }; + }); home-manager = { extraSpecialArgs = {