diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-23 14:53:16 +0200 |
commit | b13bc7eee160922057992a21198897b580a35e8e (patch) | |
tree | 05a90a019ac2a23448f55d000d83c5ef1cc1c5db /hosts | |
parent | ce3a168c060f59c24e6ae67f4677e19a79770ddf (diff) |
add ntfs to laptop
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/laptop/cfg.nix | 1 | ||||
-rw-r--r-- | hosts/vps/git.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 3293760..49bdbef 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -34,6 +34,7 @@ supportedFilesystems = ["btrfs"]; availableKernelModules = ["xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod"]; }; + supportedFilesystems = ["ntfs"]; kernelModules = ["kvm-intel"]; kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; kernelParams = [ diff --git a/hosts/vps/git.nix b/hosts/vps/git.nix index 6f0904e..06a8af2 100644 --- a/hosts/vps/git.nix +++ b/hosts/vps/git.nix @@ -14,6 +14,7 @@ shell = "${pkgs.git}/bin/git-shell"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMDyzrs9sbstv3KFK5FV8qYlSknnEy8Cn+qch4dJLmHA" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPhN4Iq070J9rFJhOwP9RUyUJG9MC1W5KnDGqBqWZnlu" ]; }; |