No dns mullvad
This commit is contained in:
parent
c48405716c
commit
4b0da9db5e
10 changed files with 43 additions and 22 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.rclone ];
|
||||
environment.systemPackages = [
|
||||
pkgs.rclone
|
||||
pkgs.samba
|
||||
];
|
||||
environment.etc."rclone-mnt.conf".text = ''
|
||||
[myremote]
|
||||
type = sftp
|
||||
|
|
@ -20,4 +23,13 @@
|
|||
"config=/etc/rclone-mnt.conf"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/scratch" = {
|
||||
device = "/dev/sdb";
|
||||
options = [
|
||||
"defaults"
|
||||
"discard"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue