add apollo
This commit is contained in:
parent
f3707e6f99
commit
beb67f3b29
1 changed files with 22 additions and 0 deletions
22
hosts/apollo/configuration.nix
Normal file
22
hosts/apollo/configuration.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
myModules = {
|
||||
enableKDE = false;
|
||||
enableFonts = false;
|
||||
blockYoutube = false;
|
||||
blockTwitter = false;
|
||||
};
|
||||
|
||||
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
||||
system.stateVersion = "25.05";
|
||||
networking.hostName = "apollo";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue