diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
| commit | cdad26dfda64e94d19db576e93793ded9434bd09 (patch) | |
| tree | 82bac4d4a68750b570ebbbb78c4d0749be96c6e1 /hosts/ganymede/nixos.nix | |
| parent | 9882f579108d7c39589c7e96b428dced121bd31a (diff) | |
changes from a long time ago.
Diffstat (limited to 'hosts/ganymede/nixos.nix')
| -rw-r--r-- | hosts/ganymede/nixos.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix index bdede45..af0716d 100644 --- a/hosts/ganymede/nixos.nix +++ b/hosts/ganymede/nixos.nix @@ -1,8 +1,10 @@ {inputs, ...}: { - # imports = [ - # inputs.disko.nixosModules.disko - # ./disks.nix - # ]; + imports = [ + inputs.disko.nixosModules.disko + ./disks.nix + + ./iwlwifi.nix + ]; nixpkgs.hostPlatform = "x86_64-linux"; } |
