Move to base
All checks were successful
/ check (push) Successful in 1m22s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-02 08:38:17 +01:00
parent 6fb970ba7b
commit 25f31a5803
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ inputs, ... }: { inputs, ... }:
{ {
flake.modules.nixos.pc = flake.modules.nixos.base =
{ system, ... }: { system, ... }:
{ {
environment.systemPackages = [ environment.systemPackages = [

View file

@ -1,6 +1,6 @@
{ {
flake.modules = { flake.modules = {
nixos.pc = nixos.base =
{ pkgs, ... }: { pkgs, ... }:
{ {
security.pam.services.login.gnupg.enable = true; security.pam.services.login.gnupg.enable = true;