build(systems/apollo): init apollo config
This commit is contained in:
parent
4f6d8cb424
commit
a5de30be51
1 changed files with 22 additions and 0 deletions
22
systems/x86_64-linux/apollo/default.nix
Normal file
22
systems/x86_64-linux/apollo/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
system = {
|
||||||
|
hostname = "apollo";
|
||||||
|
mainUser.name = "rafiq";
|
||||||
|
mainUser.publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n";
|
||||||
|
bootloader = "systemd-boot";
|
||||||
|
};
|
||||||
|
hardware = {
|
||||||
|
platform = "intel";
|
||||||
|
drives.btrfs = {
|
||||||
|
enable = true;
|
||||||
|
drive = "";
|
||||||
|
ephemeralRoot = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue