..
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user