summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/fina/default.nix7
-rw-r--r--hosts/kansai/default.nix1
2 files changed, 2 insertions, 6 deletions
diff --git a/hosts/fina/default.nix b/hosts/fina/default.nix
index 6e0102c..1620ca6 100644
--- a/hosts/fina/default.nix
+++ b/hosts/fina/default.nix
@@ -1,5 +1,4 @@
{
- pkgs,
secrets,
self,
...
@@ -9,6 +8,7 @@
./hardware-configuration.nix
"${self}/modules/core"
"${self}/modules/options"
+ "${self}/modules/pc"
];
config = {
@@ -64,11 +64,6 @@
};
};
- environment.systemPackages = with pkgs; [
- vim
- wget
- ];
-
programs = {
mtr.enable = true;
diff --git a/hosts/kansai/default.nix b/hosts/kansai/default.nix
index b1863e6..d4a3ff1 100644
--- a/hosts/kansai/default.nix
+++ b/hosts/kansai/default.nix
@@ -5,6 +5,7 @@
"${self}/modules/core"
"${self}/modules/desktop"
"${self}/modules/options"
+ "${self}/modules/pc"
];
networking.hostName = "kansai";