about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2024-02-08 01:45:30 +0100
committerMaciej Krüger <mkg20001@gmail.com>2024-02-08 01:52:05 +0100
commit2ce33c60cf74e50d118520fbe2407a7b73f98dec (patch)
tree32155a289c5acf5b5db4c8f31a533e9a457dfc8d /nixos/tests
parent71e29782c25b42cdc8b53247af0eb2a055002ad6 (diff)
lxd-container-image: set mode of configuration.nix
before:
```
[root@nixos:~]# ls -la /etc/nixos
total 16
drwxr-xr-x  2 root root 4096 Feb  8 00:51 .
drwxr-xr-x 16 root root 4096 Feb  8 00:51 ..
-r--r--r--  1 root root  605 Feb  8 00:51 configuration.nix
-rw-r--r--  1 root root  150 Feb  8 00:51 lxd.nix
```

after:
```
[root@nixos:~]# ls -la /etc/nixos
total 16
drwxr-xr-x  2 root root 4096 Feb  8 00:50 .
drwxr-xr-x 16 root root 4096 Feb  8 00:50 ..
-rw-r--r--  1 root root  605 Feb  8 00:50 configuration.nix
-rw-r--r--  1 root root  149 Feb  8 00:50 lxd.nix
```
Diffstat (limited to 'nixos/tests')
0 files changed, 0 insertions, 0 deletions