diff options
author | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-19 15:55:34 +0200 |
commit | 218e599d2da06edee3a629d19a9f465fb71c9ad8 (patch) | |
tree | c37c52a4b0f42606792836384b94ed4c25863dce /system/disks | |
parent | Merge: Branch 'update' (diff) | |
parent | Style(treewide): Format after removing vim lines (diff) | |
download | nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.tar.gz nixos-server-218e599d2da06edee3a629d19a9f465fb71c9ad8.zip |
Merge: Branch 'streamline'
Diffstat (limited to 'system/disks')
-rw-r--r-- | system/disks/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix index 5453426..f4e6935 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -80,5 +80,3 @@ in { }; }; } -# vim: ts=2 - |