La till Disas laptop
This commit is contained in:
parent
6c47269d8f
commit
056e063708
2 changed files with 9 additions and 3 deletions
|
@ -27,19 +27,19 @@
|
|||
overlay-unstable = final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
overlay-fw-pkgs = final: prev: {
|
||||
fw-pkgs = import fw-pkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
overlay-knock = final: prev: {
|
||||
knock = import knock {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfree = false;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
|
@ -67,6 +67,12 @@
|
|||
port = 22;
|
||||
user = "root";
|
||||
};
|
||||
"disa" = {
|
||||
hostname = "192.168.1.242";
|
||||
port = 22;
|
||||
user = "disah";
|
||||
identityFile = "/home/fw/.ssh/id_rsa";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue