style(hosts/luna): remove unused bindings

This commit is contained in:
Price Hiller 2024-03-13 21:09:03 -05:00
parent 81d932fdc8
commit 7f2966176c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ ... }:
{
time.timeZone = "America/Chicago";

View File

@ -1,4 +1,4 @@
{ pkgs, user, config, ... }: {
{ pkgs, config, ... }: {
security.sudo.wheelNeedsPassword = false;
users.users = {
root.hashedPasswordFile = config.age.secrets.users-root-pw.path;

View File

@ -1,6 +1,5 @@
{ modulesPath, ... }:
{ ... }:
{
zramSwap.enable = true;
}
}