move out common stuff again

This commit is contained in:
Vinzenz Schroeter 2023-09-11 19:21:31 +02:00
parent c022eb979b
commit c1e4cdb929
5 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,6 @@
{...}: {
imports = [
./i18n.nix
./nixpkgs.nix
];
}

View file

@ -8,10 +8,9 @@
in {
imports = [
<home-manager/nixos>
../_common
./gnome.nix
./kde.nix
./i18n.nix
./nixpkgs.nix
./vinzenz.nix
./ronja.nix
];

View file

@ -6,7 +6,9 @@
}: let
cfg = config.my.server;
in {
imports = [];
imports = [
../_common
];
options.my.server = {
enable = lib.mkEnableOption "server role";
@ -23,7 +25,6 @@ in {
KbdInteractiveAuthentication = false;
};
};
};
programs = {