use stable nixos-21.11 branch

Changed files
+9 -13
hosts
dell-xps
modules
personal
-2
README.md
···
Uses flakes.
-
The `nixpkgs` input is different from the `nixpkgs-unstable` input in that the latter is the one to update to use a new version of a package without updating the entire system.
-
+4 -4
flake.lock
···
},
"nixpkgs": {
"locked": {
-
"lastModified": 1676481215,
-
"narHash": "sha256-afma/1RU0EePRyrBPcjBdOt+dV8z1bJH9dtpTN/WXmY=",
+
"lastModified": 1676998680,
+
"narHash": "sha256-61gxdL3bqHWnRSiYq+sKWbSX6tuwaRnYfPvhpRK011s=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "28319deb5ab05458d9cd5c7d99e1a24ec2e8fc4b",
+
"rev": "a3d745e701c337e65ef467d5a9400d9336a303a1",
"type": "github"
},
"original": {
"owner": "nixos",
-
"ref": "nixos-unstable",
+
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
+1 -1
flake.nix
···
{
inputs = {
-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
+2 -2
hosts/dell-xps/default.nix
···
]))
python39Packages.pip
jupyter
-
vagrant
+
#vagrant
discord
-
teams
+
#teams
wine64
];
+2 -4
modules/personal/ssh.nix
···
programs.mosh.enable = true;
services.openssh = {
enable = true;
-
settings = {
-
permitRootLogin = "yes";
-
passwordAuthentication = false;
-
};
+
permitRootLogin = "yes";
+
passwordAuthentication = false;
};
programs.ssh.extraConfig = ''