wsl adjustments

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-09-25 07:20:36 +00:00
parent 960e786ee5
commit d8704de501
2 changed files with 4 additions and 3 deletions

View File

@@ -2,15 +2,16 @@
{
imports = [
inputs.nixos-wsl.nixosModules.default
./system-modules/users.nix
./system-modules/gc.nix
./system-modules/base-packages.nix
./system-modules/docker.nix
./system-modules/gc.nix
./system-modules/gpg.nix
./system-modules/networking.nix
./system-modules/nixd.nix
# ./system-modules/sops.nix
# ./system-modules/sshd.nix
# ./system-modules/syncthing.nix
./system-modules/users.nix
];
system.stateVersion = pkgs.version;
# system.stateVersion = "24.11";

View File

@@ -31,7 +31,7 @@
home.username = hyper.user;
# home.homeDirectory = hyper.home; # for some reason you cant use hyper.home here
home.homeDirectory = "/home/${hyper.user}";
home.stateVersion = pkgs.version;
home.stateVersion = hyper.pkgs-version;
xdg = {
enable = true;
configHome = "${hyper.home}/.config";