about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2022-06-20 13:17:03 +0000
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-20 13:17:03 +0000
commit0416e7a115c7094a436d326e16e64720df68aa14 (patch)
tree63f15f82e1c2e75e3f03387487b58d45904dfddb /hosts/phobos
parentUpdate (diff)
downloadnixos-config-0416e7a115c7094a436d326e16e64720df68aa14.tar.gz
nixos-config-0416e7a115c7094a436d326e16e64720df68aa14.tar.bz2
nixos-config-0416e7a115c7094a436d326e16e64720df68aa14.zip
Add VM host
Diffstat (limited to 'hosts/phobos')
-rw-r--r--hosts/phobos/default.nix3
-rw-r--r--hosts/phobos/hardware.nix3
-rw-r--r--hosts/phobos/home.nix5
3 files changed, 8 insertions, 3 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix
index 9871b91..c10295f 100644
--- a/hosts/phobos/default.nix
+++ b/hosts/phobos/default.nix
@@ -9,9 +9,6 @@
     ./hardware.nix
   ];
 
-  # Define on which hard drive you want to install Grub.
-  boot.loader.grub.device = "/dev/sdb"; # or "nodev" for efi only
-
   # Pick only one of the below networking options.
   networking = {
     wireless = {
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix
index d13c0a1..c984d99 100644
--- a/hosts/phobos/hardware.nix
+++ b/hosts/phobos/hardware.nix
@@ -21,6 +21,9 @@ in
     fsType = "ext4";
   };
 
+  # Define on which hard drive you want to install Grub.
+  boot.loader.grub.device = "/dev/sdb"; # or "nodev" for efi only
+
   swapDevices = [ ];
 
   powerManagement.cpuFreqGovernor = powerMode;
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix
index 2cb65eb..4158316 100644
--- a/hosts/phobos/home.nix
+++ b/hosts/phobos/home.nix
@@ -5,5 +5,10 @@
     jetbrains.idea-community
     calibre
     qtcreator
+    custom.anime-downloader
+    custom.adl
+    custom.trackma
+    kcc
+    custom.kindlegen
   ];
 }