From 749d8ceaba44e94fd260c9d4f2372eb9a382e9d6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 26 Jan 2023 10:49:40 +0100 Subject: [PATCH] somberero: Add Makefile --- Makefile | 4 ++++ hosts/sombrero/configuration.nix | 1 + 2 files changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7036e2a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: switch + +switch: + nixos-rebuild switch --flake '.#' diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 60f9f1b..666b7ac 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -142,6 +142,7 @@ }; environment.systemPackages = with pkgs; [ + gnumake mkpasswd vim git