almost there
This commit is contained in:
parent
3ef1025e55
commit
0e51302fe6
|
@ -40,6 +40,10 @@ in {
|
|||
#ocamllsp
|
||||
];
|
||||
|
||||
programs = {
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
|
||||
security.pam.u2f = {
|
||||
enable = true;
|
||||
settings.authfile = toStore ./dotfiles/u2f-keys;
|
||||
|
|
|
@ -134,7 +134,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
|
||||
environment.etc."gdb/gdbinit".source = ./dotfiles/gdb-init.gdb;
|
||||
|
|
|
@ -104,11 +104,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742164784,
|
||||
"narHash": "sha256-WWv+t3+r6WQUqfjcYog/Gef8Kd32XdqCspx8czzoaEA=",
|
||||
"lastModified": 1743143885,
|
||||
"narHash": "sha256-IV//RQg1qxLXEGDlI6ULV3/qpbUkEvbta3y1hxwWgcU=",
|
||||
"owner": "nixos-bsd",
|
||||
"repo": "nixbsd",
|
||||
"rev": "83c61d5e3710eef856cd15273125009afb1d5ecb",
|
||||
"rev": "5036bde2ff8abe3840700227568f6820d7704565",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in New Issue