Remove unused bindings from common config.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, config, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, lib, ...}: {
|
||||
{ lib, ... }: {
|
||||
networking.networkmanager.enable = true;
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, inputs, lib, ... }: {
|
||||
{ ... }: {
|
||||
sops = {
|
||||
#defaultSopsFile = ../../../../private/secrets.yaml;
|
||||
#secrets = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, inputs, ... }: {
|
||||
{ ... }: {
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
#sops.secrets = {
|
||||
# jay_password_hash = { };
|
||||
|
||||
Reference in New Issue
Block a user