initial setup

This commit is contained in:
Vivian 2024-07-07 10:58:58 +02:00
parent 06f6f5f4a6
commit a9207d6844
8 changed files with 58 additions and 82 deletions

View file

@ -1,8 +1,7 @@
# common container config
{ lib, ... }: {
imports = [
# ../../../../common/modules
# home-manager.nixosModules.home-manager # TODO: I don't like this
../../../../common
];
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686
networking.useHostResolvConf = lib.mkForce false;