This commit is contained in:
2025-01-21 04:42:49 +00:00
parent c7bcd25914
commit b03daef66c
3 changed files with 104 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ wget busybox ];
environment.systemPackages = with pkgs; [ wget busybox stow ];
programs.nix-ld.enable = true;
networking.hostName = meta.hostname;