refactor: remove unused arguments

This commit is contained in:
tux
2026-08-12 05:42:38 +05:30
parent f7a96f76f7
commit f0d42515c4
5 changed files with 9 additions and 16 deletions

View File

@@ -1,4 +1,3 @@
{ ... }:
{
flake.modules.homeManager.alpha = {
home.stateVersion = "26.05";

View File

@@ -1,4 +1,3 @@
{ ... }:
{
flake.modules.homeManager.arcturus = {
home.stateVersion = "26.05";

View File

@@ -117,9 +117,7 @@ in
};
};
perSystem =
{ ... }:
{
perSystem = {
checks = builtins.mapAttrs (
_: config: config.config.system.build.toplevel
) self.nixosConfigurations;

View File

@@ -1,4 +1,3 @@
{ ... }:
{
flake.modules.homeManager.vps = {
home.stateVersion = "26.05";

View File

@@ -1,7 +1,5 @@
{
flake.modules.nixos.core =
{ pkgs, ... }:
{
flake.modules.nixos.core = {
security = {
sudo.wheelNeedsPassword = false;
};