move i18n config to module
This commit is contained in:
parent
7deeaa409b
commit
35483f5c4c
3 changed files with 55 additions and 44 deletions
|
|
@ -5,7 +5,6 @@
|
|||
nixos-hardware.nixosModules.asus-fx506hm
|
||||
])
|
||||
++ [
|
||||
./i18n.nix
|
||||
./gui.nix
|
||||
./users
|
||||
./kvm.nix
|
||||
|
|
@ -22,6 +21,7 @@
|
|||
unixName = "david";
|
||||
hostName = "Tytonidae";
|
||||
};
|
||||
i18n.enable = true;
|
||||
programs = {
|
||||
dae.enable = true;
|
||||
openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue