Rename default configs for host and user to common.nix

This commit is contained in:
SebastianStork 2024-04-02 19:34:31 +02:00
parent 968b5bfa86
commit 03bc6c09a0
5 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{config, ...}: {
imports = [../default.nix];
imports = [../common.nix];
sops.secrets."password/seb".neededForUsers = true;