diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-04 14:09:03 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-04 14:09:03 +0200 |
commit | 100d37bbf51545fd8c258059e3c947d9ce51fd60 (patch) | |
tree | d85ec25a71666002be1b02066efbc16c0c0e7177 /hosts/vm | |
parent | d9317de584c66b068a336889aa9adc3ac3837e5e (diff) |
changed password age to hash, add disko configuration for use with nixos-anywhere
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 3b5ace8..d6f33d9 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -3,11 +3,12 @@ ../../profiles/core.nix ../../profiles/user.nix ../../profiles/ssh.nix - ../../profiles/graphical.nix + # ../../profiles/graphical.nix ../../mixins/tailscale.nix ../../mixins/cli.nix - ../../mixins/greet.nix - ../../mixins/sway.nix + # ../../mixins/greet.nix + # ../../mixins/sway.nix + (modulesPath + "/profiles/qemu-guest.nix") ]; config = { |