nix fmt
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
boot.supportedFilesystems = ["btrfs"];
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.supportedFilesystems = [ "btrfs" ];
|
||||
|
||||
environment.systemPackages = [pkgs.btrfs-auto-snapshot];
|
||||
environment.systemPackages = [ pkgs.btrfs-auto-snapshot ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user