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:
parent
36e14ad3f6
commit
ee98e1582c
7 changed files with 63 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue