From d47dd5aa3882aea1a8eff4fb9faa4881274559dc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 17 Jan 2023 12:45:46 +0100 Subject: Unify things and rename things --- nixos/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixos/Makefile (limited to 'nixos/Makefile') diff --git a/nixos/Makefile b/nixos/Makefile new file mode 100644 index 0000000..ba8182a --- /dev/null +++ b/nixos/Makefile @@ -0,0 +1,5 @@ +all: + sudo nixos-rebuild switch -I nixos-config=`hostname`.nix + +up: + sudo nixos-rebuild switch --upgrade -I nixos-config=`hostname`.nix -- cgit v1.2.3