diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:21:26 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:21:26 -0500 |
| commit | 976b05f815351b47146c7f8faf0ebb9fa9c733e9 (patch) | |
| tree | 7da7df2c920c4e6559697b5628d19dabdc4686f8 /hosts/T430/configuration.nix | |
| parent | 0d33665b7676b533a5d8b7ead830b0faa4113743 (diff) | |
| download | nixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.tar.xz nixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.zip | |
wg configs for T430 w/o autostart
Diffstat (limited to 'hosts/T430/configuration.nix')
| -rw-r--r-- | hosts/T430/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/T430/configuration.nix b/hosts/T430/configuration.nix index fc0c1dc..161745c 100644 --- a/hosts/T430/configuration.nix +++ b/hosts/T430/configuration.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - #imports = [ ./wg.nix ]; + imports = [ ./wg.nix ]; # Setup bootloader boot._loader.enable = true; |
