chore: lots of changes made to flatpaks and auto upgrading

This commit is contained in:
Ruben 2024-04-20 16:14:04 -05:00
commit 74e9f6985a
No known key found for this signature in database
GPG key ID: A6C94D84D2DA13EE
5 changed files with 91 additions and 38 deletions

View file

@ -1,10 +1,11 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -37,7 +38,7 @@
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/etc/nixos#thonkpad";
flake = "/home/ruben/.nixos#thonkpad";
flags = [
"-L"
];

View file

@ -1,10 +1,11 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{
config,
pkgs,
...
}: {
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
@ -37,7 +38,7 @@
system.autoUpgrade = {
enable = true;
persistent = true;
flake = "/etc/nixos#thunkpad";
flake = "/home/ruben/.nixos#thunkpad";
flags = [
"-L"
];