mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
10 lines
162 B
Nix
10 lines
162 B
Nix
|
|
{
|
||
|
|
config.fireproof.hostname = "bootstrap";
|
||
|
|
config.fireproof.username = "nickolaj";
|
||
|
|
|
||
|
|
imports = [
|
||
|
|
./configuration.nix
|
||
|
|
./disk-configuration.nix
|
||
|
|
];
|
||
|
|
}
|