diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:30:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:30:52 -0700 |
| commit | a3f1f79aa745491d06b496c7fd9f50992310f432 (patch) | |
| tree | 6ea4bfc3b4a3f8c2789534800b8ee28d3b91fc39 /hosts/kansai | |
| parent | format (diff) | |
| download | nixos-config-a3f1f79aa745491d06b496c7fd9f50992310f432.tar.xz nixos-config-a3f1f79aa745491d06b496c7fd9f50992310f432.zip | |
format2
Diffstat (limited to 'hosts/kansai')
| -rw-r--r-- | hosts/kansai/configuration.nix | 6 | ||||
| -rw-r--r-- | hosts/kansai/hardware-configuration.nix | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/hosts/kansai/configuration.nix b/hosts/kansai/configuration.nix index 023a45f..9d4f736 100644 --- a/hosts/kansai/configuration.nix +++ b/hosts/kansai/configuration.nix @@ -1,10 +1,4 @@ { - config, - lib, - pkgs, - ... -}: -{ imports = [ ./hardware-configuration.nix ../../modules diff --git a/hosts/kansai/hardware-configuration.nix b/hosts/kansai/hardware-configuration.nix index f88d935..6878d23 100644 --- a/hosts/kansai/hardware-configuration.nix +++ b/hosts/kansai/hardware-configuration.nix @@ -1,7 +1,6 @@ { config, lib, - pkgs, modulesPath, ... }: |