This commit is contained in:
Peder Bergebakken Sundt 2023-07-07 18:11:35 +02:00
parent 8ee523d610
commit c1dbdda81e
1 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../hardware/opengl-intel.nix ../../hardware/gpu/intel.nix
../../profiles/auto-upgrade.nix ../../profiles/auto-upgrade.nix
../../profiles/sshd.nix ../../profiles/sshd.nix
@ -17,18 +17,17 @@
../../profiles/shell/base.nix ../../profiles/shell/base.nix
../../profiles/shell/archives.nix ../../profiles/shell/archives.nix
../../profiles/shell/nix-utils.nix ../../profiles/shell/nix-utils.nix
../../profiles/shell/binfmt-emu.nix #../../profiles/shell/binfmt-emu.nix # qemu won't compile...
../../profiles/domeneshop-dyndns # TODO: secrets ../../profiles/domeneshop-dyndns # TODO: secrets
#../../profiles/code-remote #../../profiles/code-remote
#../../profiles/remote-builders #../../profiles/remote-builders
#../../profiles/autossh-reverse-tunnels #../../profiles/autossh-reverse-tunnels
]; ];
services.domeneshop-updater.target = [ "bolle.pbsds.net" ]; services.domeneshop-updater.targets = [ "bolle.pbsds.net" ];
# Networking # Networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.useDHCP = true;
/** / /** /
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. #networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.