2021-05-14 04:09:29 +00:00
|
|
|
# Configuration for an ASUS ASUS 701 EeePC4G-BK004
|
|
|
|
|
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../hardware/eeepc701.nix # Include common configuration options
|
|
|
|
../secrets/wireless.nix
|
2021-05-25 01:29:27 +00:00
|
|
|
../profiles/sway.nix
|
2021-05-14 04:09:29 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
deployment.targetHost = "10.42.0.119";
|
|
|
|
networking.hostName = "dhu"; # Define your hostname.
|
|
|
|
|
|
|
|
system.stateVersion = "20.09"; # The version of NixOS originally installed
|
|
|
|
|
|
|
|
}
|