diff options
Diffstat (limited to 'hosts/X230/configuration.nix')
| -rw-r--r-- | hosts/X230/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index 44e6cf1..fcf0b05 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -1,4 +1,6 @@ { config, lib, pkgs, ... }: { + imports = [ ./wg.nix ]; + # Setup bootloader boot._loader.enable = true; |
