mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-08 05:49:23 +02:00
Add generated files for inugami
This commit is contained in:
parent
4d26327796
commit
c764a4a9f3
2 changed files with 42 additions and 0 deletions
14
systems/inugami/default.nix
Normal file
14
systems/inugami/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
};
|
||||
|
||||
networking.hostName = "inugami";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue