mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
22 lines
319 B
Nix
22 lines
319 B
Nix
|
|
_: {
|
||
|
|
options.fireproof.base = {};
|
||
|
|
|
||
|
|
imports = [
|
||
|
|
./boot.nix
|
||
|
|
./defaults.nix
|
||
|
|
./gc.nix
|
||
|
|
./home-manager.nix
|
||
|
|
./hosts.nix
|
||
|
|
./keyd.nix
|
||
|
|
./ld.nix
|
||
|
|
./networking.nix
|
||
|
|
./nix.nix
|
||
|
|
./secrets.nix
|
||
|
|
./security.nix
|
||
|
|
./ssh.nix
|
||
|
|
./time.nix
|
||
|
|
./usb.nix
|
||
|
|
./user.nix
|
||
|
|
./yubikey.nix
|
||
|
|
];
|
||
|
|
}
|