feat(jeeves)!: spring updating

More `wireguard` peers
`nano` -> `neovim` for default available editor
`samba` better names + symlink support
More `opengl` packages for `Jellyfin`
Add `home-assistant` (no config yet)
This commit is contained in:
reo101 2024-03-17 23:43:11 +02:00
parent 36e14ad3f6
commit ee98e1582c
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
7 changed files with 63 additions and 3 deletions

View file

@ -3,6 +3,8 @@
environment.systemPackages = with pkgs; [
];
# networking.nftables.enable = true;
age.secrets."home.wifi.env" = {
rekeyFile = "${inputs.self}/secrets/home/wifi/env.age";
};
@ -31,6 +33,7 @@
networks."10-eth0" = {
matchConfig.Name = "eth0";
networkConfig.DHCP = "yes";
networkConfig.DHCPServer = "yes";
};
links."10-eth0" = {
matchConfig.PermanentMACAddress = "04:7c:16:80:3c:2c";