Compare commits
2 Commits
9f49dbbd98
...
74fd62d6dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74fd62d6dc | ||
|
|
d8704de501 |
@@ -2,15 +2,16 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-wsl.nixosModules.default
|
inputs.nixos-wsl.nixosModules.default
|
||||||
./system-modules/users.nix
|
./system-modules/base-packages.nix
|
||||||
./system-modules/gc.nix
|
|
||||||
./system-modules/docker.nix
|
./system-modules/docker.nix
|
||||||
|
./system-modules/gc.nix
|
||||||
./system-modules/gpg.nix
|
./system-modules/gpg.nix
|
||||||
./system-modules/networking.nix
|
./system-modules/networking.nix
|
||||||
./system-modules/nixd.nix
|
./system-modules/nixd.nix
|
||||||
# ./system-modules/sops.nix
|
# ./system-modules/sops.nix
|
||||||
# ./system-modules/sshd.nix
|
# ./system-modules/sshd.nix
|
||||||
# ./system-modules/syncthing.nix
|
# ./system-modules/syncthing.nix
|
||||||
|
./system-modules/users.nix
|
||||||
];
|
];
|
||||||
system.stateVersion = pkgs.version;
|
system.stateVersion = pkgs.version;
|
||||||
# system.stateVersion = "24.11";
|
# system.stateVersion = "24.11";
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
home.username = hyper.user;
|
home.username = hyper.user;
|
||||||
# home.homeDirectory = hyper.home; # for some reason you cant use hyper.home here
|
# home.homeDirectory = hyper.home; # for some reason you cant use hyper.home here
|
||||||
home.homeDirectory = "/home/${hyper.user}";
|
home.homeDirectory = "/home/${hyper.user}";
|
||||||
home.stateVersion = pkgs.version;
|
home.stateVersion = hyper.pkgs-version;
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configHome = "${hyper.home}/.config";
|
configHome = "${hyper.home}/.config";
|
||||||
|
|||||||
Reference in New Issue
Block a user