Compare commits
2 commits
8edd5423d8
...
adb0d8bdde
Author | SHA1 | Date | |
---|---|---|---|
Harald Hoyer | adb0d8bdde | ||
Harald Hoyer | 904b1e8cfe |
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
defaultSSHKeys = [
|
||||
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIDsb/Tr69YN5MQLweWPuJaRGm+h2kOyxfD6sqKEDTIwoAAAABHNzaDo= harald@fedora.fritz.box"
|
||||
"sk-ecdsa-sha2-nistp256@openssh.com AAAAInNrLWVjZHNhLXNoYTItbmlzdHAyNTZAb3BlbnNzaC5jb20AAAAIbmlzdHAyNTYAAABBBACLgT81iB1iWWVuXq6PdQ5GAAGhaZhSKnveQCvcNnAOZ5WKH80bZShKHyAYzrzbp8IGwLWJcZQ7TqRK+qZdfagAAAAEc3NoOg== harald@hoyer.xyz"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
with lib;
|
||||
with lib.metacfg;
|
||||
let
|
||||
common = import ../../common.nix {};
|
||||
common = import ../../common.nix { };
|
||||
cfg = config.metacfg.user;
|
||||
|
||||
is-linux = pkgs.stdenv.isLinux;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
with lib;
|
||||
with lib.metacfg;
|
||||
let
|
||||
common = import ../../common.nix {};
|
||||
common = import ../../common.nix { };
|
||||
cfg = config.metacfg.user;
|
||||
defaultIconFileName = "profile.jpg";
|
||||
defaultIcon = pkgs.stdenvNoCC.mkDerivation {
|
||||
|
|
|
@ -6,6 +6,9 @@ with lib.metacfg;
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.spice-autorandr.enable = true;
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
||||
metacfg = {
|
||||
base.enable = true;
|
||||
gui.enable = true;
|
||||
|
|
Loading…
Reference in a new issue