feat: add apollo nixos configuration
This commit is contained in:
parent
7db5d93409
commit
00c219cb05
5 changed files with 51 additions and 11 deletions
|
@ -40,5 +40,13 @@
|
|||
})
|
||||
./hardware/cpu_intel.nix
|
||||
])
|
||||
(lib.optionals (hostname == "apollo") [
|
||||
./bootloaders/systemd-boot.nix
|
||||
(import ./filesystems/impermanence.nix {
|
||||
inherit inputs lib;
|
||||
device = "/dev/disk/by-id/nvme-eui.002538d221b47b01";
|
||||
})
|
||||
./hardware/cpu_intel.nix
|
||||
])
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue