Desktop Updates Fri May 30 05:56:47 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 17:56:47 -05:00
parent 54c17c99a1
commit 25c6d12ece
4 changed files with 5 additions and 88 deletions

View File

@@ -5,7 +5,7 @@
{ config, pkgs, ... }:
let
user = "matt";
password = config.sops.secrets."desktop/matt_password".path;
password = config.sops.secrets."pi4/matt-password".path;
in
{
imports = [
@@ -16,7 +16,6 @@ in
./networking.nix
./pi4-hw.nix
./sops.nix
../default.nix
];
nix = {

View File

@@ -5,7 +5,7 @@
{ config, lib, pkgs, ... }:
let
user = "matt";
password = config.sops.secrets."desktop/matt_password".path;
password = config.sops.secrets."pi5/matt-password".path;
kernelBundle = pkgs.linuxAndFirmware.v6_6_31;
in
{
@@ -16,8 +16,6 @@ in
./networking.nix
./services.nix
./sops.nix
../default.nix
# ../../modules/desktop-environments/cosmic/default.nix
];
# Enable nix flakes and nix-command tools