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