chore: refactor
This commit is contained in:
parent
e8da1ecc1a
commit
be095f38cc
|
@ -2,5 +2,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./irc.nix
|
./irc.nix
|
||||||
./mpd.nix
|
./mpd.nix
|
||||||
|
./remarkable.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,12 @@
|
||||||
user = "forgejo";
|
user = "forgejo";
|
||||||
identityFile = "/home/sajenim/.ssh/jasmine-forgejo_sk";
|
identityFile = "/home/sajenim/.ssh/jasmine-forgejo_sk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"turing" = {
|
||||||
|
hostname = "turing.une.edu.au";
|
||||||
|
user = "jwils254";
|
||||||
|
identityFile = "/home/sajenim/.ssh/jwils254_sk";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,24 +1,9 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
|
||||||
./remarkable.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
logisim # required for outdated projects
|
logisim
|
||||||
libreoffice
|
libreoffice
|
||||||
obsidian
|
obsidian
|
||||||
x2goclient
|
x2goclient
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the use of the yubikey for ssh authentication
|
|
||||||
programs.ssh = {
|
|
||||||
matchBlocks = {
|
|
||||||
"turing" = {
|
|
||||||
hostname = "turing.une.edu.au";
|
|
||||||
user = "jwils254";
|
|
||||||
identityFile = "/home/sajenim/.ssh/jwils254_sk";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue