Open nukdokplex opened 2 hours ago
Do you use something like impermanence which might remove relevant state after a reboot?
@Ma27 I have several symlinks in my home configuration:
xdg.userDirs = {
enable = true;
desktop = "${config.home.homeDirectory}/desktop";
documents = "${config.home.homeDirectory}/documents";
download = "${config.home.homeDirectory}/download";
music = "${config.home.homeDirectory}/music";
pictures = "${config.home.homeDirectory}/pictures";
publicShare = "${config.home.homeDirectory}/public_share";
templates = "${config.home.homeDirectory}/templates";
videos = "${config.home.homeDirectory}/videos";
};
home.file = lib.mkIf (osConfig.networking.hostName == "sleipnir") {
"dotssh-dir-symlink" = {
target = ".ssh";
source = config.lib.file.mkOutOfStoreSymlink "/data/passport/ssh";
};
"music-dir-symlink" = {
target = "music";
source = config.lib.file.mkOutOfStoreSymlink "/data/archive/music";
};
"pictures-dir-symlink" = {
target = "pictures";
source = config.lib.file.mkOutOfStoreSymlink "/data/archive/pictures";
};
"videos-dir-symlink" = {
target = "videos";
source = config.lib.file.mkOutOfStoreSymlink "/data/archive/videos";
};
"documents-dir-symlink" = {
target = "documents";
source = config.lib.file.mkOutOfStoreSymlink "/data/archive/documents";
};
};
but it's only on one of my hosts, this problem appearing on all of my hosts
you can check my whole configuration here: github:nukdokplex/daac
@Ma27 i am sorry, now i figured out that you are talking about github:nix-community/impermanence. no, i don't use this at all
Describe the bug
About 3-4 weeks i am facing issue with Spotify application (pkgs.spotify). App just asks me to sign in every time i boot and that is very annoying. BUT if i close spotify and open it again without any reboots it will not ask to sign in and just bring me to my music.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Spotify not asks me to sign in every reboot
Screenshots
Additional context
I have already tried:
Notify maintainers
@ftrvxmtrx @sheenobu @timokau @Ma27
Metadata
"x86_64-linux"
Linux 6.6.58, NixOS, 24.11 (Vicuna), 24.11.20241025.18536bf
yes
yes
nix-env (Nix) 2.24.9
/nix/store/wb6agba4kfsxpbnb5hzlq58vkjzvbsk6-source
Add a :+1: reaction to issues you find important.