Rename nixvm to riva
This commit is contained in:
parent
444c534c38
commit
adfe9dd92a
|
@ -71,9 +71,9 @@
|
|||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAa3tMzSCRuprEACrBsKI0F/o73o6J9L1qR3TaZn/N8 user@Kell"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByLwLAdJbmoDV5sx4hg5NbzKbOh1GmWEhDOUJ1GQBhK user@NixVM"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByLwLAdJbmoDV5sx4hg5NbzKbOh1GmWEhDOUJ1GQBhK user@Riva"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBxMq4kubz4wWr4S8xU3GRkPcn6XRS3y7IP+qylN5QAp user@Aloria"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHtzTFdvLEvXpv69qAWLTipl4hgsKgRrRrWJRecsFthG user@Riva"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHtzTFdvLEvXpv69qAWLTipl4hgsKgRrRrWJRecsFthG user@Arch"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOxtJRtlAphl8euicVUR/6C7o+tyhpYmcbMBLHnldEIX server@mallorea"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILazQU/Y9I5PkMZoG/Lzc6mDR7s+aRHzqJoFUhYSse4P PocoF1"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFoUYcVMsDw6tmjfdOuQkwaXx8fohKJs/6/5HoLzTP6x Tablet"
|
||||
|
@ -104,7 +104,7 @@
|
|||
specialArgs = inputs;
|
||||
};
|
||||
systems = {
|
||||
NixVM = { user = "user"; };
|
||||
Riva = { user = "user"; };
|
||||
Kell = { user = "user"; };
|
||||
Aloria = { user = "user"; };
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
./ssh
|
||||
];
|
||||
|
||||
programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/NixVM/id_ed25519";
|
||||
programs.ssh.matchBlocks."*".identityFile = "/home/user/.secrets/SSH/Riva/id_ed25519";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
|
@ -50,16 +50,16 @@
|
|||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
NixVM = {
|
||||
host = "NixVM";
|
||||
hostname = "nixvm.thomasave.be";
|
||||
Arch = {
|
||||
host = "Arch";
|
||||
hostname = "arch.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
};
|
||||
nixvm = {
|
||||
host = "nixvm";
|
||||
hostname = "nixvm.thomasave.be";
|
||||
arch = {
|
||||
host = "arch";
|
||||
hostname = "arch.thomasave.be";
|
||||
port = 22;
|
||||
user = "user";
|
||||
forwardAgent = true;
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
riva = "run_waypipe riva";
|
||||
kell = "run_waypipe kell";
|
||||
aloria = "run_waypipe aloria";
|
||||
nixvm = "run_waypipe nixvm";
|
||||
arch = "run_waypipe arch";
|
||||
|
||||
ll = "ls -lhat";
|
||||
ls = "ls --color=auto";
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
networking.wg-quick.interfaces = {
|
||||
wg0 = {
|
||||
address = [ "10.0.0.13/24" ];
|
||||
privateKeyFile = "/home/user/.secrets/Wireguard/NixVM.key";
|
||||
privateKeyFile = "/home/user/.secrets/Wireguard/Riva.key";
|
||||
listenPort = 51820;
|
||||
peers = [{
|
||||
publicKey = "/9ppjm3yeD0duDvxrqgcHscHmftXko+0s2RbivNEy2c=";
|
Loading…
Reference in New Issue