mio-ops/hosts/dhu/default.nix

18 lines
408 B
Nix
Raw Normal View History

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