mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 09:42:19 +00:00
Add Makefile
This commit is contained in:
3
Makefile
Normal file
3
Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
rebuild:
|
||||
nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|
||||
@@ -81,6 +81,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
lsof
|
||||
gnumake
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user