mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
flake.nix: update hosts default config
This commit is contained in:
parent
fd44461f02
commit
adff4fd67f
@ -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!
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user