La till Disas laptop

This commit is contained in:
FredzyW 2024-09-23 13:21:58 +02:00
parent 6c47269d8f
commit 056e063708
2 changed files with 9 additions and 3 deletions

View file

@ -27,19 +27,19 @@
overlay-unstable = final: prev: { overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable { unstable = import nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = false;
}; };
}; };
overlay-fw-pkgs = final: prev: { overlay-fw-pkgs = final: prev: {
fw-pkgs = import fw-pkgs { fw-pkgs = import fw-pkgs {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = false;
}; };
}; };
overlay-knock = final: prev: { overlay-knock = final: prev: {
knock = import knock { knock = import knock {
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = false;
}; };
}; };
in { in {

View file

@ -67,6 +67,12 @@
port = 22; port = 22;
user = "root"; user = "root";
}; };
"disa" = {
hostname = "192.168.1.242";
port = 22;
user = "disah";
identityFile = "/home/fw/.ssh/id_rsa";
};
}; };
}; };
} }