bolle
This commit is contained in:
parent
8ee523d610
commit
c1dbdda81e
|
@ -7,7 +7,7 @@
|
|||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../hardware/opengl-intel.nix
|
||||
../../hardware/gpu/intel.nix
|
||||
../../profiles/auto-upgrade.nix
|
||||
../../profiles/sshd.nix
|
||||
|
||||
|
@ -17,18 +17,17 @@
|
|||
../../profiles/shell/base.nix
|
||||
../../profiles/shell/archives.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/code-remote
|
||||
#../../profiles/remote-builders
|
||||
#../../profiles/autossh-reverse-tunnels
|
||||
];
|
||||
services.domeneshop-updater.target = [ "bolle.pbsds.net" ];
|
||||
services.domeneshop-updater.targets = [ "bolle.pbsds.net" ];
|
||||
|
||||
# Networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.useDHCP = true;
|
||||
|
||||
/** /
|
||||
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
|
Loading…
Reference in New Issue