No dns mullvad
This commit is contained in:
parent
c48405716c
commit
f3f881df49
3 changed files with 24 additions and 4 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,9 @@
|
|||
"config=/etc/rclone-mnt.conf"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/scratch" = {
|
||||
device = "/dev/sdb";
|
||||
fsType = "ext4";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue