1
0
Fork 0
nixfiles/configuration/common/default.nix

19 lines
236 B
Nix
Raw Normal View History

2020-12-06 16:40:47 +01:00
{ config, pkgs, lib, ... }:
{
2020-12-09 22:49:42 +01:00
imports = [
../../modules
./backup.nix
./locale.nix
./networking.nix
./nix.nix
./programs.nix
./ssh.nix
./user.nix
./web.nix
2020-12-09 22:49:42 +01:00
];
services.fstrim.enable = true;
2020-12-06 16:40:47 +01:00
}