auto-flake-update
Yorick van Pelt 2016-04-12 16:48:36 +02:00
parent 22403ab40d
commit 1f47e3ba30
3 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@ in
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
btrfs-progs
btrfs-progs ghostscript
];
virtualisation.virtualbox.host.enable = true;

View File

@ -50,7 +50,7 @@
fileSystems."/" =
{ device = "/dev/disk/by-uuid/a21dd1ae-b1ef-47d2-854e-4f561f0bfb4c";
fsType = "btrfs";
options = "defaults,relatime,discard";
options = ["defaults" "relatime" "discard"];
};
fileSystems."/boot" =

View File

@ -59,6 +59,8 @@
reptyr
tmux
bc
mkpasswd
shadow
# archiving
xdelta