switch to unstable

This commit is contained in:
Vivian 2023-02-14 10:59:38 +01:00
parent 20f11ed879
commit 36b3cd9019
3 changed files with 14 additions and 14 deletions

View file

@ -845,16 +845,16 @@
}, },
"nixpkgs_6": { "nixpkgs_6": {
"locked": { "locked": {
"lastModified": 1676299343, "lastModified": 1676202775,
"narHash": "sha256-S3lBD8BnrXmui65hztNzlIqQDPU0ZtBcGcZ6zvRkJxI=", "narHash": "sha256-gV/RnfVZkGLHn+5rmX2GSh5aquVHpWOJw1cnpEV03tQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f1f9ae6a3b31cdbc3b8fc84d07fdea26a1d2f67f", "rev": "d917136f550a8c36efb1724390c7245105f79023",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -926,11 +926,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1676357382, "lastModified": 1676360078,
"narHash": "sha256-G1tQlcoFVBQW/NBZKkq7eOuvzubmwtyaiHS3BLo+s5s=", "narHash": "sha256-p08jYnaYZKNcmRz4g8d2g7Xjx/jGDc8e97AAoMQuiK4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "ec69c81164b54bffe5b24380c6176f2c660996bd", "rev": "72677d48bca8c0c736f6bfad66cc2cab0b77b249",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,7 @@
# * https://github.com/Infinidoge/nix-minecraft # * https://github.com/Infinidoge/nix-minecraft
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11"; nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
@ -121,11 +121,11 @@
# modules = [ (import ./nixos/templates/iso-graphical.nix) ]; # modules = [ (import ./nixos/templates/iso-graphical.nix) ];
# }; # };
# proxmox-lxc = nixos-generators.nixosGenerate { proxmox-lxc = nixos-generators.nixosGenerate {
# inherit pkgs; inherit pkgs;
# format = "proxmox-lxc"; format = "proxmox-lxc";
# modules = [ (import ./nixos/templates/proxmox-lxc.nix) ]; modules = [ (import ./nixos/templates/proxmox-lxc.nix) ];
# }; };
# proxmox-vm = nixos-generators.nixosGenerate { # proxmox-vm = nixos-generators.nixosGenerate {
# inherit system pkgs; # inherit system pkgs;

View file

@ -6,7 +6,7 @@
manageHostName = true; manageHostName = true;
privileged = false; privileged = false;
}; };
# Enable SSH # Enable SSH
services.openssh = { services.openssh = {
enable = true; enable = true;