mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
refactor: remove unused arguments
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.alpha = {
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.arcturus = {
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
@@ -117,9 +117,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
perSystem =
|
||||
{ ... }:
|
||||
{
|
||||
perSystem = {
|
||||
checks = builtins.mapAttrs (
|
||||
_: config: config.config.system.build.toplevel
|
||||
) self.nixosConfigurations;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.homeManager.vps = {
|
||||
home.stateVersion = "26.05";
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
flake.modules.nixos.core =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
flake.modules.nixos.core = {
|
||||
security = {
|
||||
sudo.wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user