diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-05 22:29:24 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-05 22:29:24 +0200 |
commit | b0422f1bc1ffdfc32f621c26ff8091d6817e4e67 (patch) | |
tree | bd1e2c66651407796a1f104b63fbb2fb0717906c /hosts/vm | |
parent | c2efa603990a9a01501b6df1aa38bb8c5d3d01f7 (diff) |
remove password age, add disko config, add vps, trying to get hyprland working
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index d6f33d9..4042ea0 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -6,14 +6,14 @@ # ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - # ../../mixins/greet.nix + ../../mixins/greet.nix + ../../mixins/hyprland.nix # ../../mixins/sway.nix - (modulesPath + "/profiles/qemu-guest.nix") ]; config = { _module.args.nixinate = { - host = "100.109.155.123"; + host = "vm"; sshUser = "tzlil"; buildOn = "remote"; # valid args are "local" or "remote" substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s" @@ -71,5 +71,7 @@ enable = true; algorithm = "zstd"; }; + + greeter.initialSession = "sh -c hyprland"; }; } \ No newline at end of file |