This commit is contained in:
Sebastian Moser
2026-05-18 18:22:45 +02:00
parent 4a62c235f1
commit 5b895c54dc
31 changed files with 9569 additions and 323 deletions

View File

@@ -1,4 +1,4 @@
{ lib, self, pkgsUnstable, ... }:
{ lib, self, pkgsUnstable, pkgs, ... }:
# config that i use on all my hosts, that run native nixos
# excluding for example my phone phone
@@ -37,6 +37,10 @@
ln -nsf /run/current-system/sw/bin/bash /bin/bash
'';
environment.systemPackages = with pkgs; [
waypipe
];
# the hosts file
networking.extraHosts = ''
${builtins.readFile "${self}/misc/my-hosts"}