Compare commits

..

2 commits

Author SHA1 Message Date
9e639175fd install wireshark and dbeaver 2023-12-31 16:18:12 +01:00
48e3ccc742 update flake inputs 2023-12-30 14:22:11 +01:00
3 changed files with 15 additions and 13 deletions

View file

@ -90,11 +90,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1702453208,
"narHash": "sha256-0wRi9SposfE2wHqjuKt8WO2izKB/ASDOV91URunIqgo=",
"lastModified": 1703879120,
"narHash": "sha256-oMJ5xtDswlBWxs0DT/aYKEUIhjEpGZJ9GbIxOclYP8I=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "7763c6fd1f299cb9361ff2abf755ed9619ef01d6",
"rev": "22ae59fec26591ef72ce4ccb5538c42c5f090fe3",
"type": "github"
},
"original": {
@ -106,11 +106,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1703200384,
"narHash": "sha256-q5j06XOsy0qHOarsYPfZYJPWbTbc8sryRxianlEPJN0=",
"lastModified": 1703467016,
"narHash": "sha256-/5A/dNPhbQx/Oa2d+Get174eNI3LERQ7u6WTWOlR1eQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0b3d618173114c64ab666f557504d6982665d328",
"rev": "d02d818f22c777aa4e854efc3242ec451e5d462a",
"type": "github"
},
"original": {
@ -122,11 +122,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1703134684,
"narHash": "sha256-SQmng1EnBFLzS7WSRyPM9HgmZP2kLJcPAz+Ug/nug6o=",
"lastModified": 1703499205,
"narHash": "sha256-lF9rK5mSUfIZJgZxC3ge40tp1gmyyOXZ+lRY3P8bfbg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d6863cbcbbb80e71cecfc03356db1cda38919523",
"rev": "e1fa12d4f6c6fe19ccb59cac54b5b3f25e160870",
"type": "github"
},
"original": {
@ -138,11 +138,11 @@
},
"nur": {
"locked": {
"lastModified": 1703528695,
"narHash": "sha256-vHC5auhnV5JZLaERNpYu0A2+zX0eiwzsT0iIuT40Dmo=",
"lastModified": 1703941120,
"narHash": "sha256-hBLQ1Ssk1TD1QKUFRTBbd0EoDs4yRZZZ/5nfjKccWL8=",
"owner": "nix-community",
"repo": "NUR",
"rev": "747c0cbbecc987e67f49680b6753cc0e8ab355c5",
"rev": "ffba221d7183cf64704411fc640d213e00413198",
"type": "github"
},
"original": {

View file

@ -34,6 +34,8 @@
impression
poppler_utils # For pdfunite
silicon
dbeaver
wireshark
];
file.k3s-pim-privkey = {

View file

@ -34,7 +34,7 @@
users = {
users.pim = {
isNormalUser = true;
extraGroups = [ "wheel" "docker" "input" ];
extraGroups = [ "wheel" "docker" "input" "wireshark" ];
};
};