This commit is contained in:
2024-11-02 18:42:16 +01:00
parent 1cc5901241
commit 9dec14bc80
4 changed files with 77 additions and 2 deletions

View File

@@ -35,6 +35,8 @@
../../../profiles/desktop/flatpak.nix
../../../profiles/desktop/waydroid.nix
../../../profiles/printing.nix
../../../profiles/known-hosts.nix
];
@@ -52,8 +54,6 @@
#networking.useDHCP = true;
#TODO: avahi? resolved? https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/base.nix#L15-L18
services.printing.enable = true;
# TODO: remove? Move?
programs.dconf.enable = true;
}