Add tiziano pub key
This commit is contained in:
parent
09fe4e4537
commit
77f6fcc1b1
3 changed files with 12 additions and 1 deletions
|
|
@ -213,6 +213,8 @@
|
|||
./instances/freya/hardware-configuration.nix
|
||||
./instances/freya/configuration.nix
|
||||
|
||||
./modules/nixos/users/tiziano.nix
|
||||
|
||||
./modules/nixos/nextcloud.nix
|
||||
./modules/nixos/ntfy.nix
|
||||
] ++ homeManagerModules ++ [
|
||||
|
|
|
|||
|
|
@ -290,6 +290,14 @@
|
|||
|
||||
# Virtualisation
|
||||
virtualisation = {
|
||||
vswitch = {
|
||||
enable = true;
|
||||
# package = pkgs.openvswitch-lts;
|
||||
# package = pkgs.openvswitch-lts.overrideAttrs {
|
||||
# version = "2.3.0";
|
||||
# hash = "sha256-4bP6RyZ2YmhT8i2j+VnlrQYeG/V+G71ETQ7Yj5R++LE=";
|
||||
# };
|
||||
};
|
||||
docker.enable = true;
|
||||
kvmgt.enable = true;
|
||||
libvirtd = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUZQHsId/If3Gyp3ReUixOHTISHHKR8qIyZw3cg6NXr tiziano@loki"
|
||||
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUZQHsId/If3Gyp3ReUixOHTISHHKR8qIyZw3cg6NXr tiziano@loki"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBizLl/vBLgRpQiGCr2U5rLFkYEbOgQqC5IUVlV3PV37 turri@HPG5"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue