This commit is contained in:
zuckerberg
2021-11-02 23:59:40 -04:00
parent 8f8b8b1c38
commit 877b34578e
11 changed files with 56 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
{ config, pkgs, fetchurl, lib, ... }:
{
imports = [
./hardware-configuration.nix
];
nix.flakes.enable = true;
efi.enable = true;
networking.hostName = "nat";
networking.interfaces.ens160.useDHCP = true;
services.zerotierone.enable = true;
de.enable = true;
de.touchpad.enable = true;
}