mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
unused code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user