Wait you are enjoying NixOS? I though we were all in for the suffering?
- 1 Post
- 252 Comments
Probably not, they likely mean the alcoholic drink
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Managing podman quadlets, users subids and suchEnglish
2·1 month agoI have a Server with ~16 podman services, each their own user, network namespace and uids. This is managed using NixOS and Home manager (which supports quadlets) but I am changing my setup to a single node k3s cluster with user namespaces because that seems simpler to manage. Here a snippet for how the subuids/subuids are defined:
users.users.<username> = { subUidRanges = [{ startUid = 100000+65536*( config.users.users.<username>.uid - 999); count = 65536; }]; subGidRanges = [{ startGid = 100000+65536*( config.users.users.<username>.uid - 999); count = 65536; }]; home = "[...]"; isNormalUser = true; linger = true; group = "users"; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; };
InnerScientist@lemmy.worldto
Linux@lemmy.world•GhostLock: 15-Year-Old Linux Kernel Flaw Gives Any Local User Root in 5 SecondsEnglish
3·1 month agoThe fix is upstream commit 3bfdc63936dd, landed in April, and distributions are rolling it out now.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Question WRT secure networking with Podman/Docker stack and a reverse proxy in a VM "DMZ"English
2·2 months agoHow are you running podman? As a rootful systemd service or as a rootless user systemd services?
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Anyone use Clevis + Tang to protect data on their home server?English
7·2 months agoIf you have an openwrt compatible router then you can use that as the tang server.
Also you can tell clevis to use both tpm and tang and require both to work.
…where do you think the salt goes when the water evaporates?
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Is there room for Windows selfhosters?English
14·2 months agoStraight to jail
InnerScientist@lemmy.worldto
linuxmemes@lemmy.world•bye bye processes, you go sleep ***now*** :)))
6·2 months agoIf you delete a still opened file on Linux then the file will disappear for all processes which didn’t already open it, all programs that did already open it can still read and write to it and the file on disk will never be overwritten (as in, used for other files) as long as there’s still a process with the file open.
Simplifying how it works: The file you see is a link to the actual file(inode), when a program opens a file using this link they get a copy of the link. As long as one link/copy of it still exist the file won’t be deleted. When a program closes all its links get cleaned up so on shutdown all files which only have processes referring to them get marked as deleted.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•What are your self–hosted alternatives for inter device communication?English
1·3 months agoI use bitwarden send, all my devices already have access to my password database and i can save and download files or text though it. You can also use the URL to let other devices access it if you want.
InnerScientist@lemmy.worldto
linuxmemes@lemmy.world•Spend time setting up Hyprland just for an update to break your config and now you have to troubleshoot before you can be productive
2·3 months agoMaybe try an atomic distro? It’ll still break but you can roll back and deal with it later.
InnerScientist@lemmy.worldto
Selfhosted@lemmy.world•Technitium DNS v15.1.0 released with OpenID Connect integrationEnglish
2·4 months agoIt’s an addon that you enable/install inside Technitium, you only need to configure it in the Admin ui.
I used dawarich but switched to geopulse because dawarich broke too often on updates. I only rarely use it but it works well enough.
So now you have three options that you can compare, good luck?




Huh? You don’t like strong copyleft licences?