unused code

This commit is contained in:
2026-08-08 17:48:43 +03:00
parent 682ab4aa01
commit 5f6288bd15
19 changed files with 1 additions and 1956 deletions
-21
View File
@@ -6,10 +6,6 @@
...
}:
{
#imports = [
# ./others
#];
xlib.device.username = "oqyude";
users = {
@@ -40,10 +36,6 @@
};
};
#systemd.tmpfiles.rules = [
# "z /home/shared 2775 root users -"
#];
sops = {
age = {
sshKeyPaths = [
@@ -106,18 +98,5 @@
};
};
# systemd.services.nixos-auto-rebuild-sops = {
# description = "Auto rebuild NixOS at boot";
# wantedBy = [ "multi-user.target" ];
# after = [ "network-online.target" ];
# serviceConfig = {
# Type = "oneshot";
# User = "${xlib.device.username}";
# Group = "users";
# WorkingDirectory = "/etc/nixos";
# ExecStart = [ "/run/wrappers/bin/sudo ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch" ];
# };
# };
# fileSystems."/etc/ssh".neededForBoot = true;
}