Compare commits
No commits in common. "fdb40b4a4e9c9277c9158bc2da51f448062ea72e" and "c06df7e251e9046c12ce4092981615408bda4b7e" have entirely different histories.
fdb40b4a4e
...
c06df7e251
2 changed files with 1 additions and 4 deletions
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
description = "Lyns flake";
|
||||
inputs = {
|
||||
microvm.url = "github:astro/microvm.nix";
|
||||
inputs.microvm.inputs.nixpkgs.follows = "nixpkgs";
|
||||
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
outputs = {self, nixpkgs, nixpkgs-unstable, sops-nix, lanzaboote, microvm}@inputs: let
|
||||
outputs = {self, nixpkgs, nixpkgs-unstable, sops-nix, lanzaboote }@inputs: let
|
||||
imports = [
|
||||
];
|
||||
passInputs = ({lib,config,...}:{
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
X11Forwarding = true;
|
||||
PermitRootLogin = "yes";
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
openFirewall = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue