Let's make a default for the server config too
This commit is contained in:
parent
9212baeb30
commit
ecd0c71f3f
13
nixos/server/default.nix
Normal file
13
nixos/server/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
./package-configs
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue