all hail nixd

This commit is contained in:
Osman Faruk Bayram 2025-02-25 19:18:31 +03:00
parent 19d57b43d5
commit de825eb4dc
4 changed files with 4 additions and 12 deletions

View file

@ -2,7 +2,6 @@
config,
lib,
inputs,
pkgs,
...
}: {
imports = [

View file

@ -3,7 +3,6 @@
{
config,
lib,
pkgs,
...
}: {
options.sdImage = with lib; {

View file

@ -37,8 +37,7 @@
inherit config pkgs;
};
environment.systemPackages = with pkgs; [
];
environment.systemPackages = [];
security.sudo = {
enable = true;

View file

@ -1,9 +1,4 @@
{
pkgs,
lib,
config,
...
}: {
{...}: {
users.users = {
osbm = {
isNormalUser = true;
@ -13,7 +8,7 @@
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPfnV+qqUCJf92npNW4Jy0hIiepCJFBDJHXBHnUlNX0k"
];
packages = with pkgs; [
packages = [
];
};
bayram = {
@ -21,7 +16,7 @@
description = "bayram";
initialHashedPassword = "$6$IamAbigfailure$3BP231DVwbqUtZ.mq33nM/JitBrT2u26Y25VpsfBwhZbezMHz4XbySrOMnaMcCYdsb3wZFL3Ppcp0L.R8nonT.";
extraGroups = ["networkmanager"];
packages = with pkgs; [
packages = [
];
};
root.initialHashedPassword = "$6$IamAbigfailure$irfkAsWev8CMAr78wUwUggclplXL98sbI21fpGY9nMDz47bU88RZWFLO7FcN5SdRA18ZSidkMqS76uLCMH68f.";