mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
04d9c6edec
15 changed files with 176 additions and 81 deletions
|
|
@ -27,6 +27,19 @@
|
|||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
systemd.network.networks."99-local" = {
|
||||
matchConfig.name = "ens3s1";
|
||||
address = [
|
||||
"192.168.1.100/24"
|
||||
];
|
||||
routes = [
|
||||
{
|
||||
Gateway = "172.16.10.1";
|
||||
GatewayOnLink = false;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
kitty.terminfo
|
||||
zfs
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
./../../modules/core
|
||||
./../../modules/core/virtualization.nix
|
||||
./../../modules/services/tailscale.nix
|
||||
./../../modules/services/mpd.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
./../../modules/core
|
||||
# ./../../modules/home/nfs.nix
|
||||
./../../modules/core/virtualization.nix
|
||||
./../../modules/services/tailscale.nix
|
||||
];
|
||||
|
||||
powerManagement = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue