diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-02 00:49:21 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-02 00:49:21 +0300 |
commit | 89399796d0b91e7904ce67de04bd2f60f0d93b5b (patch) | |
tree | 06d47b2ccc861fe8188cdb96910e651802ae06cc /nixosConfigurations/yavanna | |
parent | 2023-01-30 (diff) |
2023-02-02
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/yavanna/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixosConfigurations/yavanna/default.nix b/nixosConfigurations/yavanna/default.nix index d347c61..3073caa 100644 --- a/nixosConfigurations/yavanna/default.nix +++ b/nixosConfigurations/yavanna/default.nix @@ -27,8 +27,8 @@ with lib; { # automatically (IIRC) generated `hardware-configuration.nix' as is. # # There's, however, no indication that any NVME drives are being used and, - # as the matter of fact, the VPS itself is KVM-shire, so... I'm still not - # going to risk it. + # as the matter of fact, the VPS itself is on KVM, so... I'm still not going + # to risk it, though. # # [1]: https://github.com/elitak/nixos-infect initrd.availableKernelModules = ["nvme"]; |