mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-26 00:43:55 +01:00
so langsam habe ich echt schmerzen
This commit is contained in:
parent
826b738f9e
commit
d259419fb7
|
@ -126,6 +126,12 @@ with lib; {
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
services.openssh.settings = {
|
||||||
|
Host."frotting" ={
|
||||||
|
HostName = "2a0f:be01:0:100::a3";
|
||||||
|
User = "communism";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
|
|
6
hosts/x86_64-linux/beleth/systemd-mount.nix
Normal file
6
hosts/x86_64-linux/beleth/systemd-mount.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{config, lib, inputs, ...}:
|
||||||
|
{
|
||||||
|
systemd.mounts."frotting" = {
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue