From 451bf29096efa95f667859b58d498fa13e75eb56 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Tue, 19 Oct 2021 02:30:07 +0300 Subject: [PATCH] Clean up --- .../gnome3/gnome-keyring-template.conf | 84 ------------------- profiles/workspace/ssh.nix | 2 +- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 profiles/workspace/gnome3/gnome-keyring-template.conf diff --git a/profiles/workspace/gnome3/gnome-keyring-template.conf b/profiles/workspace/gnome3/gnome-keyring-template.conf deleted file mode 100644 index 43e4cd5..0000000 --- a/profiles/workspace/gnome3/gnome-keyring-template.conf +++ /dev/null @@ -1,84 +0,0 @@ -[keyring] -display-name=Default keyring -ctime=1609508068 -mtime=0 -lock-on-idle=false -lock-after=false - -[5] -item-type=0 -display-name=fractal-token -secret=$matrix_token -mtime=1610374847 -ctime=1610374847 - -[5:attribute0] -name=uid -type=string -value=@balsoft:balsoft.ru - -[3] -item-type=0 -display-name=Geary IMAP password -secret=$email -mtime=1610307006 -ctime=1609572471 - -[3:attribute0] -name=host -type=string -value=balsoft.ru - -[3:attribute1] -name=login -type=string -value=balsoft@balsoft.ru - -[3:attribute2] -name=proto -type=string -value=IMAP - -[3:attribute3] -name=xdg:schema -type=string -value=org.gnome.Geary - -[1] -item-type=0 -display-name=GOA owncloud credentials for identity account_1609508064_4 -secret={'password': <'$nextcloud'>} -mtime=1609508086 -ctime=1609508086 - -[1:attribute0] -name=goa-identity -type=string -value=owncloud:gen0:account_1609508064_4 - -[1:attribute1] -name=xdg:schema -type=string -value=org.gnome.OnlineAccounts - -[4] -item-type=0 -display-name=fractal -secret=$matrix_password -mtime=1610374846 -ctime=1610374846 - -[4:attribute0] -name=identity -type=string -value=https://vector.im/ - -[4:attribute1] -name=server -type=string -value=https://balsoft.ru/ - -[4:attribute2] -name=username -type=string -value=balsoft \ No newline at end of file diff --git a/profiles/workspace/ssh.nix b/profiles/workspace/ssh.nix index 4741129..8b86795 100644 --- a/profiles/workspace/ssh.nix +++ b/profiles/workspace/ssh.nix @@ -15,7 +15,7 @@ "ssh/ssh_host_rsa_key.pub" ]; - persist.state.homeFiles = [ ".ssh/known_hosts" ]; + persist.state.directories = [ "/home/balsoft/.ssh" ]; users.users.balsoft.openssh.authorizedKeys.keys = ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDd2OdcSHUsgezuV+cpFqk9+Svtup6PxIolv1zokVZdqvS8qxLsA/rwYmQgTnuq4/zK/GIxcUCH4OxYlW6Or4M4G7qrDKcLAUrRPWkectqEooWRflZXkfHduMJhzeOAsBdMfYZQ9024GwKr/4yriw2BGa8GbbAnQxiSeTipzvXHoXuRME+/2GsMFAfHFvxzXRG7dNOiLtLaXEjUPUTcw/fffKy55kHtWxMkEvvcdyR53/24fmO3kLVpEuoI+Mp1XFtX3DvRM9ulgfwZUn8/CLhwSLwWX4Xf9iuzVi5vJOJtMOktQj/MwGk4tY/NPe+sIk+nAUKSdVf0y9k9JrJT98S/ comment"];