Add intel config on perception
This commit is contained in:
parent
9ecae00f76
commit
18bbd5fa50
|
@ -1,6 +1,8 @@
|
||||||
{ config, lib, pkgs, inputs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Setup hardware
|
||||||
|
imports = [ inputs.nixos-hardware.nixosModules.common-cpu-intel ];
|
||||||
# Sops setup for this machine
|
# Sops setup for this machine
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"borg-ssh-key" = {
|
"borg-ssh-key" = {
|
||||||
|
|
Loading…
Reference in New Issue