Compare commits

..

No commits in common. "4bd53fc871447a39df73d494fd8330a740783515" and "8637b214ac3800ce6d69ae0d0c03e8420f6df5c3" have entirely different histories.

5 changed files with 4 additions and 39 deletions

8
flake.lock generated
View file

@ -577,11 +577,11 @@
"secrets": {
"flake": false,
"locked": {
"lastModified": 1726126607,
"narHash": "sha256-CMd+hkjciWowLKPZJIUVE2EaQzRH2EcLYonfiANilOE=",
"lastModified": 1715453060,
"narHash": "sha256-dhfjA0/x7V3Jug7a52wsELwb5jmNtJvPD0HC8jc2Ky8=",
"ref": "refs/heads/main",
"rev": "75ce423d0b8c05927ef3b55d1f7d5e7deaac9aa6",
"revCount": 21,
"rev": "08944755d22a7499b0b3fd39d48fdf1dabf4c83f",
"revCount": 19,
"type": "git",
"url": "ssh://forgejo@git.everest.tailscale:4222/Toast/nix-secrets"
},

View file

@ -212,7 +212,6 @@
./roles/desktop
./roles/kde
./roles/gaming
./roles/school
];
Everest = {
stable = true;
@ -224,7 +223,6 @@
};
iMac.modules = [
./roles/desktop
./roles/school
];
};
};

View file

@ -1,9 +0,0 @@
{pkgs, ...}: {
imports = [
# ./programs
./services
];
home-manager.users.toast.home.packages = with pkgs; [
jetbrains.idea-ultimate
];
}

View file

@ -1,5 +0,0 @@
{...}: {
imports = [
./networkmanager.nix
];
}

View file

@ -1,19 +0,0 @@
{...}: {
networking.networkmanager.ensureProfiles = {
profiles."school-wifi" = {
connection = {
id = "Progresa";
type = "wifi";
};
wifi = {
mode = "infrastructure";
ssid = ".Progresa Invitados";
};
wifi-security = {
auth-alg = "open";
key-mgmt = "wpa-psk";
psk = "$SCHOOL";
};
};
};
}