diff --git a/hosts/dionach.nix b/hosts/dionach.nix index 345e190..96bbdd6 100644 --- a/hosts/dionach.nix +++ b/hosts/dionach.nix @@ -6,25 +6,25 @@ imports = [ ../hardware/purism_librem_15.nix # Include the results of the hardware scan. - ../profiles/android.nix # Provide an Android dev environment - ../profiles/cron-craige.nix # Provide Craige's cron jobs - ../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA - ../profiles/desktop-feeds.nix # Tools for news feeds and podcasts - ../profiles/haskell-dev.nix # Haskel dev environment - ../profiles/host_common.nix # Common host configuration options - ../profiles/iohk.nix # IOHK environment - ../profiles/neomutt.nix # Neomutt email - ../profiles/nix-community.nix # Nix community aarch64 tooling - ../profiles/nix-mio-ops.nix # mio-ops Nix tooling - ../profiles/nixpkgs-dev.nix # Nix pkgs dev tools - ../profiles/openssh.nix # Enable and configure openssh - ../profiles/qemu.nix # Qemu virtualisation - ../profiles/weechat.nix # Weechat environment - ../profiles/xmonad.nix # Xmonad desktop environment - ../profiles/yubikey.nix # Yubikey tooling - ../secrets/craige.nix # Ssshhhhh! - ../secrets/root.nix # Ssshhhhh! - ../secrets/wireless.nix # Hey look! A squirrel! + ../profiles/android.nix # Provide an Android dev environment + ../profiles/cron-craige.nix # Provide Craige's cron jobs + ../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA + ../profiles/desktop-feeds.nix # Tools for news feeds and podcasts + ../profiles/haskell-dev.nix # Haskel dev environment + ../profiles/host_common.nix # Common host configuration options + ../profiles/iohk.nix # IOHK environment + ../profiles/neomutt.nix # Neomutt email + ../profiles/nix-community.nix # Nix community aarch64 tooling + ../profiles/nix-mio-ops.nix # mio-ops Nix tooling + ../profiles/nixpkgs-dev.nix # Nix pkgs dev tools + ../profiles/openssh.nix # Enable and configure openssh + ../profiles/qemu.nix # Qemu virtualisation + ../profiles/weechat.nix # Weechat environment + ../profiles/xmonad.nix # Xmonad desktop environment + ../profiles/yubikey.nix # Yubikey tooling + ../secrets/craige.nix # Ssshhhhh! + ../secrets/root.nix # Ssshhhhh! + ../secrets/wireless.nix # Hey look! A squirrel! ]; deployment.targetHost = "localhost";