flake.nix: update hosts default config

This commit is contained in:
Gabriel Arazas 2022-07-28 17:29:58 +08:00
parent fd44461f02
commit adff4fd67f
2 changed files with 2 additions and 3 deletions

View File

@ -123,6 +123,7 @@
inputs.nix-ld.nixosModules.nix-ld
inputs.nur.nixosModules.nur
inputs.sops-nix.nixosModules.sops
inputs.guix-overlay.nixosModules.guix-binary
];
# Bleeding edge, baybee!

View File

@ -1,12 +1,10 @@
{ config, pkgs, lib, inputs, ... }:
{ config, pkgs, lib, ... }:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
inputs.guix-overlay.nixosModules.guix-binary
(lib.mapHomeManagerUser "foo-dogsquared" {
extraGroups = [ "wheel" "audio" "docker" "podman" "networkmanager" ];
hashedPassword =